freebsd_amp_hwpstate/tests/sys/netpfil/Makefile

16 lines
211 B
Makefile

.include <src.opts.mk>
TESTSDIR= ${TESTSBASE}/sys/netpfil
TESTS_SUBDIRS+= common
.if ${MK_PF} != "no"
TESTS_SUBDIRS+= pf
.endif
.if ${MK_IPFW} != "no"
TESTS_SUBDIRS+= ipfw
.endif
.include <bsd.test.mk>