mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04: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>
|