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