]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/periodic/etc/security/Makefile
Move all periodic related config and scripts to usr.sbin/periodic/
[FreeBSD/FreeBSD.git] / usr.sbin / periodic / etc / security / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 CONFGROUPS=     CONFS DATA
6
7 CONFS=  100.chksetuid \
8         110.neggrpperm \
9         200.chkmounts \
10         300.chkuid0 \
11         400.passwdless \
12         410.logincheck \
13         700.kernelmsg \
14         800.loginfail
15 DATA=   security.functions
16 DATAMODE=       444
17
18 # NB: keep these sorted by MK_* knobs
19
20 .if ${MK_IPFILTER} != "no"
21 CONFS+= 510.ipfdenied
22 CONFS+= 610.ipf6denied
23 .endif
24
25 .if ${MK_IPFW} != "no"
26 CONFS+= 500.ipfwdenied \
27         550.ipfwlimit
28 .endif
29
30 .if ${MK_PF} != "no"
31 CONFS+= 520.pfdenied
32 .endif
33
34 .if ${MK_INETD} != "no" && ${MK_TCP_WRAPPERS} != "no"
35 CONFS+= 900.tcpwrap
36 .endif
37
38 .include <bsd.prog.mk>