Makefile revision 302408
1# $FreeBSD: stable/11/etc/periodic/weekly/Makefile 265420 2014-05-06 04:22:01Z imp $
2
3.include <src.opts.mk>
4
5FILES=	340.noid \
6	450.status-security \
7	999.local
8
9# NB: keep these sorted by MK_* knobs
10
11.if ${MK_LOCATE} != "no"
12FILES+=	310.locate
13.endif
14
15.if ${MK_MAN_UTILS} != "no"
16FILES+=	320.whatis 330.catman
17.endif
18
19.include <bsd.prog.mk>
20