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