]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/security/Makefile
MFV OpenSolaris DTrace userland bits.
[FreeBSD/FreeBSD.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         460.chkportsum \
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 .include <bsd.prog.mk>