Makefile revision 223209
1# $FreeBSD: head/etc/periodic/monthly/Makefile 223209 2011-06-17 21:30:21Z ed $
2
3.include <bsd.own.mk>
4
5FILES=	999.local
6
7# NB: keep these sorted by MK_* knobs
8
9.if ${MK_UTMPX} != "no"
10FILES+=	200.accounting
11.endif
12
13.include <bsd.prog.mk>
14