mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
13 lines
171 B
Makefile
13 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
TESTS_SUBDIRS+= kern
|
|
TESTS_SUBDIRS+= netinet
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|