mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
a7491f9990
The path is not optional on FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #12453
9 lines
183 B
Makefile
9 lines
183 B
Makefile
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
SUBDIRS = runfiles test-runner zfs-tests
|
|
|
|
EXTRA_DIST = README.md
|
|
|
|
SHELLCHECKSCRIPTS = $$(find . -name '*.sh')
|
|
.PHONY: $(SHELLCHECKSCRIPTS)
|