]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - etc/periodic/security/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / etc / periodic / security / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  100.chksetuid \
6         200.chkmounts \
7         300.chkuid0 \
8         400.passwdless \
9         410.logincheck \
10         700.kernelmsg \
11         800.loginfail \
12         900.tcpwrap \
13         security.functions
14
15 # NB: keep these sorted by MK_* knobs
16
17 .if ${MK_IPFILTER} != "no"
18 FILES+= 510.ipfdenied
19 .endif
20
21 .if ${MK_IPFW} != "no"
22 FILES+= 500.ipfwdenied \
23         550.ipfwlimit
24 .endif
25
26 .if ${MK_PF} != "no"
27 FILES+= 520.pfdenied
28 .endif
29
30 .include <bsd.prog.mk>