Makefile revision 265420
1# $FreeBSD: head/etc/periodic/monthly/Makefile 265420 2014-05-06 04:22:01Z imp $
2
3.include <src.opts.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