mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netpfil
|
|
TESTS_SUBDIRS+= common
|
|
|
|
.if ${MK_PF} != "no"
|
|
TESTS_SUBDIRS+= pf
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|