Makefile revision 254974
1# $FreeBSD: head/etc/periodic/weekly/Makefile 254974 2013-08-27 21:20:28Z jlh $
2
3.include <bsd.own.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.if ${MK_PKGTOOLS} != "no"
20FILES+=	400.status-pkg
21.endif
22
23.include <bsd.prog.mk>
24