mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
5 lines
187 B
Makefile
5 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
|