]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/Makefile
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=               ${TESTSBASE}/sys/netpfil
6
7 .if ${MK_PF} != "no"
8 TESTS_SUBDIRS+=         pf \
9                                         common
10 .endif
11
12 .include <bsd.test.mk>