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"

--- 13 unchanged lines hidden ---
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"

--- 13 unchanged lines hidden ---