summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-08-02 10:55:51 +0000
committerMark Murray <markm@FreeBSD.org>2002-08-02 10:55:51 +0000
commit5bb23f365374e4b32c7dc063cc47ab8616f5c766 (patch)
tree758d943137a90dfcc863ada0ea9152b5f366cc87 /bin/Makefile
parentd1fd4b3369bb189d91aac0c46564bd901b2c1fa5 (diff)
downloadsrc-test2-5bb23f365374e4b32c7dc063cc47ab8616f5c766.tar.gz
src-test2-5bb23f365374e4b32c7dc063cc47ab8616f5c766.zip
Remove the last reference to NOUUCP - we don't have UUCP in the base
system.
Notes
Notes: svn path=/head/; revision=101217
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 e2138518dff1..b21c62400bb6 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