Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/etc/periodic/security/Makefile,v 1.2 2003/06/17 04:24:48 dillon Exp $
3
4 FILES=  100.chksetuid \
5         200.chkmounts \
6         300.chkuid0 \
7         400.passwdless \
8         500.ipfwdenied \
9         510.ipfdenied \
10         550.ipfwlimit \
11         600.ip6fwdenied \
12         650.ip6fwlimit \
13         700.kernelmsg \
14         800.loginfail \
15         900.tcpwrap \
16         security.functions
17
18 .include <bsd.prog.mk>