]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/pf/Makefile
Update OpenSSL to 1.1.1.
[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                 synproxy \
14                 set_skip
15
16 ${PACKAGE}FILES+=       utils.subr \
17                         echo_inetd.conf \
18                         pft_ping.py
19
20 ${PACKAGE}FILESMODE_pft_ping.py=        0555
21
22 .include <bsd.test.mk>