mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
12 lines
132 B
Makefile
12 lines
132 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR.${MK_ZFS}+= \
|
|
zfs \
|
|
zpool
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|