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

.include <src.opts.mk>

FILES=	450.status-security \
	999.local

# NB: keep these sorted by MK_* knobs

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

.include <bsd.prog.mk>