mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= lib .WAIT \
|
|
sbin share usr.bin usr.libexec usr.sbin
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|