]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/Makefile
libarchive: merge from vendor branch
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=               ${TESTSBASE}/sys/netpfil
6 TESTS_SUBDIRS+=         common
7
8 .if ${MK_PF} != "no"
9 TESTS_SUBDIRS+=         pf
10 .endif
11
12 .if ${MK_IPFW} != "no"
13 TESTS_SUBDIRS+=         ipfw
14 .endif
15
16 .include <bsd.test.mk>