]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - etc/periodic/monthly/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>