Deleted Added
full compact
Makefile (183242) Makefile (210254)
1# $FreeBSD: head/etc/periodic/security/Makefile 183242 2008-09-21 22:02:26Z sam $
1# $FreeBSD: head/etc/periodic/security/Makefile 210254 2010-07-19 20:19:14Z gabor $
2
3.include <bsd.own.mk>
4
5FILES= 100.chksetuid \
6 200.chkmounts \
7 300.chkuid0 \
8 400.passwdless \
9 410.logincheck \
2
3.include <bsd.own.mk>
4
5FILES= 100.chksetuid \
6 200.chkmounts \
7 300.chkuid0 \
8 400.passwdless \
9 410.logincheck \
10 460.chkportsum \
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"
18FILES+= 510.ipfdenied
19.endif
20
21.if ${MK_IPFW} != "no"
22FILES+= 500.ipfwdenied \
23 550.ipfwlimit
24.endif
25
26.if ${MK_PF} != "no"
27FILES+= 520.pfdenied
28.endif
29
30.include <bsd.prog.mk>
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"
19FILES+= 510.ipfdenied
20.endif
21
22.if ${MK_IPFW} != "no"
23FILES+= 500.ipfwdenied \
24 550.ipfwlimit
25.endif
26
27.if ${MK_PF} != "no"
28FILES+= 520.pfdenied
29.endif
30
31.include <bsd.prog.mk>