]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - etc/periodic/monthly/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / etc / periodic / monthly / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  999.local
6
7 # NB: keep these sorted by MK_* knobs
8
9 .if ${MK_UTMPX} != "no"
10 FILES+= 200.accounting
11 .endif
12
13 .include <bsd.prog.mk>