freebsd-skq/etc/periodic/monthly/Makefile
2013-08-27 22:37:29 +00:00

15 lines
194 B
Makefile

# $FreeBSD$
.include <bsd.own.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>