]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
dts: Update our copy to Linux 4.17
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / pf / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/netpfil/pf
6 TESTS_SUBDIRS+= ioctl
7
8 ATF_TESTS_SH+=  pass_block \
9                 forward \
10                 fragmentation \
11                 set_tos \
12                 route_to
13
14 ${PACKAGE}FILES+=       utils.subr \
15                         pft_ping.py
16
17 ${PACKAGE}FILESMODE_pft_ping.py=        0555
18
19 .include <bsd.test.mk>