freebsd-dev/etc/periodic/security/Makefile
Max Laier 9277da52e1 Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw
scripts as well.
2006-05-12 19:17:34 +00:00

17 lines
247 B
Makefile

# $FreeBSD$
FILES= 100.chksetuid \
200.chkmounts \
300.chkuid0 \
400.passwdless \
500.ipfwdenied \
510.ipfdenied \
520.pfdenied \
550.ipfwlimit \
700.kernelmsg \
800.loginfail \
900.tcpwrap \
security.functions
.include <bsd.prog.mk>