summaryrefslogtreecommitdiffstats
path: root/etc/periodic/security/Makefile
blob: fc67723869457133e27b47a2914b4685e23247a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

.include <bsd.own.mk>

FILES=	100.chksetuid \
	200.chkmounts \
	300.chkuid0 \
	400.passwdless \
	410.logincheck \
	700.kernelmsg \
	800.loginfail \
	900.tcpwrap \
	security.functions

# NB: keep these sorted by MK_* knobs

.if ${MK_IPFILTER} != "no"
FILES+=	510.ipfdenied
.endif

.if ${MK_IPFW} != "no"
FILES+=	500.ipfwdenied \
	550.ipfwlimit
.endif

.if ${MK_PF} != "no"
FILES+=	520.pfdenied
.endif

.if ${MK_PKGTOOLS} != "no"
FILES+=	460.chkportsum
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud