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