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

BIN=	120.clean-kvmdb \
	310.locate \
	320.whatis \
	330.catman \
	340.noid \
	400.status-pkg \
	999.local
.if !defined(NOUUCP)
BIN+=	300.uucp
.endif

.include <bsd.prog.mk>