summaryrefslogtreecommitdiffstats
path: root/etc/periodic/monthly/Makefile
blob: 64642193c577a7e90644edd4276f35c9015e9ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include <src.opts.mk>

FILESGROUPS=FILES

FILES=	450.status-security \
	999.local

# NB: keep these sorted by MK_* knobs

.if ${MK_UTMPX} != "no"
FILESGROUPS+=	ACCT
ACCT+=		200.accounting
.endif
ACCTDIR=	/etc/periodic/monthly
ACCTMODE=	${BINMODE}
ACCTPACKAGE=	acct

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud