]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/Makefile
Add common firewall test suite
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=               ${TESTSBASE}/sys/netpfil
6
7 TESTS_SUBDIRS+=         common
8
9 .if ${MK_PF} != "no"
10 TESTS_SUBDIRS+=         pf \
11                                         common
12 .endif
13
14 .include <bsd.test.mk>