mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR = libxo .WAIT encoder
|
|
|
|
.include <bsd.subdir.mk>
|