freebsd-src/tests/sys/netpfil/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
210 B
Makefile
Raw Permalink Normal View History

.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>