Initial import from FreeBSD RELENG_4:
[dragonfly.git] / etc / periodic / security / Makefile
1 # $FreeBSD: src/etc/periodic/security/Makefile,v 1.1.2.3 2002/11/07 19:38:46 thomas Exp $
2
3 FILES=  100.chksetuid \
4         200.chkmounts \
5         300.chkuid0 \
6         400.passwdless \
7         500.ipfwdenied \
8         510.ipfdenied \
9         550.ipfwlimit \
10         600.ip6fwdenied \
11         650.ip6fwlimit \
12         700.kernelmsg \
13         800.loginfail \
14         900.tcpwrap \
15         security.functions
16
17 .include <bsd.prog.mk>