]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - etc/periodic/weekly/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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} != "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>