6 lines
187 B
Makefile
6 lines
187 B
Makefile
|
SUBDIRS = zfs sudoers.d
|
||
|
if BUILD_LINUX
|
||
|
SUBDIRS += default $(ZFS_INIT_SYSTEMD) $(ZFS_INIT_SYSV) $(ZFS_MODULE_LOAD)
|
||
|
endif
|
||
|
DIST_SUBDIRS = default init.d zfs systemd modules-load.d sudoers.d
|