14 lines
362 B
Makefile
14 lines
362 B
Makefile
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
SUBDIRS = bash_completion.d pyzfs zcp
|
|
if BUILD_LINUX
|
|
SUBDIRS += bpftrace dracut initramfs
|
|
endif
|
|
if PAM_ZFS_ENABLED
|
|
SUBDIRS += pam_zfs_key
|
|
endif
|
|
DIST_SUBDIRS = bash_completion.d bpftrace dracut initramfs pam_zfs_key pyzfs zcp
|
|
|
|
SHELLCHECKDIRS = bash_completion.d bpftrace dracut initramfs
|
|
SHELLCHECK_OPTS = --enable=all
|