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

system.
This commit is contained in:
Mark Murray 2002-08-02 10:55:51 +00:00
parent d1fd4b3369
commit 5bb23f3653
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101217

View File

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