summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2000-10-29 06:57:59 +0000
committerdougb <dougb@FreeBSD.org>2000-10-29 06:57:59 +0000
commitb13f26d45b40a5f2d8c1d7ead5f3ffacf3dd63da (patch)
treeb9f14c7840c1853be5c5c3ffa004051741ce67dd /bin/Makefile
parent46bec1fd0f51f42f9fdb3d7bee144242c6a50aa5 (diff)
downloadFreeBSD-src-b13f26d45b40a5f2d8c1d7ead5f3ffacf3dd63da.zip
FreeBSD-src-b13f26d45b40a5f2d8c1d7ead5f3ffacf3dd63da.tar.gz
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
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index a5e0c6f..f7844a5 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -34,7 +34,7 @@ SUBDIR= cat \
SUBDIR+=csh
.endif
-.if !defined(NO_SENDMAIL)
+.if !defined(NO_SENDMAIL) && !defined(NOUUCP)
SUBDIR+=rmail
.endif
OpenPOWER on IntegriCloud