mirror of https://github.com/openzfs/zfs.git
13 lines
331 B
Makefile
13 lines
331 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
|