2021-05-21 21:43:38 +00:00
|
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
|
2020-04-14 18:36:28 +00:00
|
|
|
SUBDIRS = bash_completion.d pyzfs zcp
|
|
|
|
if BUILD_LINUX
|
|
|
|
SUBDIRS += bpftrace dracut initramfs
|
|
|
|
endif
|
2020-06-25 01:45:44 +00:00
|
|
|
if PAM_ZFS_ENABLED
|
|
|
|
SUBDIRS += pam_zfs_key
|
|
|
|
endif
|
|
|
|
DIST_SUBDIRS = bash_completion.d bpftrace dracut initramfs pam_zfs_key pyzfs zcp
|
2021-05-21 21:43:38 +00:00
|
|
|
|
|
|
|
SHELLCHECKDIRS = bash_completion.d bpftrace dracut initramfs
|