]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/periodic/etc/weekly/Makefile
MFV r353141 (by phillip):
[FreeBSD/FreeBSD.git] / usr.sbin / periodic / etc / weekly / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 CONFS=  340.noid \
6         450.status-security \
7         999.local
8
9 # NB: keep these sorted by MK_* knobs
10
11 .if ${MK_LOCATE} != "no"
12 CONFS+= 310.locate
13 .endif
14
15 .if ${MK_MAN_UTILS} != "no"
16 CONFS+= 320.whatis
17 .endif
18
19 .include <bsd.prog.mk>