]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - etc/periodic/weekly/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>