]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/periodic/monthly/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>