]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/periodic/weekly/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / periodic / weekly / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  340.noid \
6         999.local
7
8 # NB: keep these sorted by MK_* knobs
9
10 .if ${MK_LOCATE} != "no"
11 FILES+= 310.locate
12 .endif
13
14 .if ${MK_MAN_UTILS} != "no"
15 FILES+= 320.whatis 330.catman
16 .endif
17
18 .if ${MK_PKGTOOLS} != "no"
19 FILES+= 400.status-pkg
20 .endif
21
22 .include <bsd.prog.mk>