freebsd-dev/etc/periodic/weekly/Makefile
Doug Barton 9fc9ecb643 Finish the job of conditionalizing UUCP by preventing files in /etc/uucp
from being installed, and make rmail conditional on neither of
NO_SENDMAIL and NOUUCP.

PR:		bin/21321
Submitted by:	Me
2000-10-29 06:57:59 +00:00

15 lines
186 B
Makefile

# $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>