diff options
author | markm <markm@FreeBSD.org> | 2002-08-02 10:55:51 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-08-02 10:55:51 +0000 |
commit | cf6ebbd6fe60252bca3897f565264d485a383bf6 (patch) | |
tree | 758d943137a90dfcc863ada0ea9152b5f366cc87 /bin | |
parent | 9b11b790a0aaeeb1ab2c4002e6d51d6a87f9baa2 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | bin/Makefile | 2 |
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 |