freebsd-dev/etc/periodic/weekly/Makefile

23 lines
304 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
.include <bsd.own.mk>
FILES= 340.noid \
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
.if ${MK_PKGTOOLS} != "no"
FILES+= 400.status-pkg
.endif
.include <bsd.prog.mk>