Initial import from FreeBSD RELENG_4:
[dragonfly.git] / etc / periodic / weekly / Makefile
1 # $FreeBSD: src/etc/periodic/weekly/Makefile,v 1.4.2.3 2002/07/18 12:36:07 ru Exp $
2
3 FILES=  120.clean-kvmdb \
4         310.locate \
5         320.whatis \
6         330.catman \
7         340.noid \
8         400.status-pkg \
9         999.local
10 .if !defined(NOUUCP)
11 FILES+= 300.uucp
12 .endif
13
14 .include <bsd.prog.mk>