freebsd-src/etc/periodic/weekly/Makefile

20 lines
269 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
FILES= 340.noid \
450.status-security \
999.local
# NB: keep these sorted by MK_* knobs
.if ${MK_LOCATE} != "no"
FILES+= 310.locate
.endif
.if ${MK_MAN_UTILS} != "no"
FILES+= 320.whatis 330.catman
.endif
.include <bsd.prog.mk>