4e16ba51ecaa3ec16951f4c065a8e15ca6268763
[dragonfly.git] / etc / periodic / security / Makefile
1 # $FreeBSD: src/etc/periodic/security/Makefile,v 1.6 2006/08/25 07:34:36 trhodes Exp $
2 # $DragonFly: src/etc/periodic/security/Makefile,v 1.3 2007/12/29 21:44:44 matthias Exp $
3
4 FILES=  100.chksetuid \
5         200.chkmounts \
6         300.chkuid0 \
7         400.passwdless \
8         410.logincheck \
9         500.ipfwdenied \
10         510.ipfdenied \
11         520.pfdenied \
12         550.ipfwlimit \
13         600.ip6fwdenied \
14         650.ip6fwlimit \
15         700.kernelmsg \
16         800.loginfail \
17         900.tcpwrap \
18         security.functions
19
20 .include <bsd.prog.mk>