freebsd-dev/etc/periodic/monthly/Makefile
Glen Barber a5a71822df Fix accounting package rc.d/accounting conflict.
Add periodic(8) accounting scripts to acct package.

Sponsored by:	The FreeBSD Foundation
2016-01-28 18:44:31 +00:00

21 lines
303 B
Makefile

# $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>