aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/weekly
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-10-29 06:57:59 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-10-29 06:57:59 +0000
commit9fc9ecb643acdc5dfbe1f20994318aeb352dd8cf (patch)
tree49f446d3005f73c9345c1ad5fb70b40f201c9ccb /etc/periodic/weekly
parent82fdce0977d507d9fe1918f716299b4d4ae7cc53 (diff)
downloadsrc-9fc9ecb643acdc5dfbe1f20994318aeb352dd8cf.tar.gz
src-9fc9ecb643acdc5dfbe1f20994318aeb352dd8cf.zip
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
Notes
Notes: svn path=/head/; revision=67849
Diffstat (limited to 'etc/periodic/weekly')
-rw-r--r--etc/periodic/weekly/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.prog.mk>