diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2000-10-29 06:57:59 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2000-10-29 06:57:59 +0000 |
| commit | 9fc9ecb643acdc5dfbe1f20994318aeb352dd8cf (patch) | |
| tree | 49f446d3005f73c9345c1ad5fb70b40f201c9ccb /bin | |
| parent | 82fdce0977d507d9fe1918f716299b4d4ae7cc53 (diff) | |
Notes
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 a5e0c6f1dba7..f7844a5987ae 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -34,7 +34,7 @@ SUBDIR= cat \ SUBDIR+=csh .endif -.if !defined(NO_SENDMAIL) +.if !defined(NO_SENDMAIL) && !defined(NOUUCP) SUBDIR+=rmail .endif |
