Makefile revision 208320
1# $FreeBSD: head/etc/periodic/weekly/Makefile 208320 2010-05-19 23:56:26Z jkim $
2
3.include <bsd.own.mk>
4
5FILES=	340.noid \
6	999.local
7
8# NB: keep these sorted by MK_* knobs
9
10.if ${MK_LOCATE} != "no"
11FILES+=	310.locate
12.endif
13
14.if ${MK_MAN_UTILS} != "no"
15FILES+=	320.whatis 330.catman
16.endif
17
18.if ${MK_PKGTOOLS} != "no"
19FILES+=	400.status-pkg
20.endif
21
22.include <bsd.prog.mk>
23