summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index c78bf08..a5e0c6f 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
OpenPOWER on IntegriCloud