Remove the last reference to NOUUCP - we don't have UUCP in the base

system.
This commit is contained in:
markm 2002-08-02 10:55:51 +00:00
parent 9b11b790a0
commit cf6ebbd6fe

View File

@ -40,7 +40,7 @@ SUBDIR+=rcp
SUBDIR+=csh
.endif
.if !defined(NO_SENDMAIL) && !defined(NOUUCP)
.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif