]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/Makefile
pf tests: test that we validate sequence numbers on TCP RST
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / Makefile
1
2 .include <src.opts.mk>
3
4 TESTSDIR=               ${TESTSBASE}/sys/netpfil
5 TESTS_SUBDIRS+=         common
6
7 .if ${MK_PF} != "no"
8 TESTS_SUBDIRS+=         pf
9 .endif
10
11 .if ${MK_IPFW} != "no"
12 TESTS_SUBDIRS+=         ipfw
13 .endif
14
15 .include <bsd.test.mk>