]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/security/Makefile
Merge OpenSSL 0.9.8q into head.
[FreeBSD/FreeBSD.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 .endif
21
22 .if ${MK_IPFW} != "no"
23 FILES+= 500.ipfwdenied \
24         550.ipfwlimit
25 .endif
26
27 .if ${MK_PF} != "no"
28 FILES+= 520.pfdenied
29 .endif
30
31 .if ${MK_PKGTOOLS} != "no"
32 FILES+= 460.chkportsum
33 .endif
34
35 .include <bsd.prog.mk>