From 5bb23f365374e4b32c7dc063cc47ab8616f5c766 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 2 Aug 2002 10:55:51 +0000 Subject: [PATCH] Remove the last reference to NOUUCP - we don't have UUCP in the base system. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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