summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-08-02 10:55:51 +0000
committermarkm <markm@FreeBSD.org>2002-08-02 10:55:51 +0000
commitcf6ebbd6fe60252bca3897f565264d485a383bf6 (patch)
tree758d943137a90dfcc863ada0ea9152b5f366cc87 /bin/Makefile
parent9b11b790a0aaeeb1ab2c4002e6d51d6a87f9baa2 (diff)
downloadFreeBSD-src-cf6ebbd6fe60252bca3897f565264d485a383bf6.zip
FreeBSD-src-cf6ebbd6fe60252bca3897f565264d485a383bf6.tar.gz
Remove the last reference to NOUUCP - we don't have UUCP in the base
system.
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 e213851..b21c624 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -40,7 +40,7 @@ SUBDIR+=rcp
SUBDIR+=csh
.endif
-.if !defined(NO_SENDMAIL) && !defined(NOUUCP)
+.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif
OpenPOWER on IntegriCloud