Makefile revision 254978
1# $FreeBSD: head/etc/periodic/monthly/Makefile 254978 2013-08-27 22:37:29Z jkim $
2
3.include <bsd.own.mk>
4
5FILES=	450.status-security \
6	999.local
7
8# NB: keep these sorted by MK_* knobs
9
10.if ${MK_UTMPX} != "no"
11FILES+=	200.accounting
12.endif
13
14.include <bsd.prog.mk>
15