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