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