summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-17 20:32:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-17 20:32:13 +0000
commitbcf88e07f662b76dd51da8e9638df7b984de7a6c (patch)
tree4112df412808a3451dc5f1aedef8861506191ad8
parent5e0ab69d23005fa3334da4eb178ef91de1065d7a (diff)
Notes
-rw-r--r--bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index c78bf08d8cf4..a5e0c6f1dba7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -5,7 +5,6 @@ SUBDIR= cat \
chio \
chmod \
cp \
- csh \
date \
dd \
df \
@@ -31,6 +30,10 @@ SUBDIR= cat \
sync \
test
+.if !defined(NO_TCSH)
+SUBDIR+=csh
+.endif
+
.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif