aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/monthly/Makefile
blob: 1e71afdcf10d4c52e5b20ee13538a7263c8b67ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <bsd.own.mk>

FILES=	999.local

# NB: keep these sorted by MK_* knobs

.if ${MK_ACCT} != "no"
FILES+=	200.accounting
.endif

.include <bsd.prog.mk>