mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
11 lines
132 B
Makefile
11 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR = libxo .WAIT encoder
|
|
|
|
.include <bsd.subdir.mk>
|