From 9fc9ecb643acdc5dfbe1f20994318aeb352dd8cf Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 29 Oct 2000 06:57:59 +0000 Subject: 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 --- etc/periodic/weekly/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/periodic/weekly') diff --git a/etc/periodic/weekly/Makefile b/etc/periodic/weekly/Makefile index b2db854305b2..2433e69d9104 100644 --- a/etc/periodic/weekly/Makefile +++ b/etc/periodic/weekly/Makefile @@ -1,12 +1,14 @@ # $FreeBSD$ BIN= 120.clean-kvmdb \ - 300.uucp \ 310.locate \ 320.whatis \ 330.catman \ 340.noid \ 400.status-pkg \ 999.local +.if !defined(NOUUCP) +BIN+= 300.uucp +.endif .include -- cgit v1.2.3