summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-17 20:32:13 +0000
committerobrien <obrien@FreeBSD.org>2000-04-17 20:32:13 +0000
commitd09989393891bfe18872fa580cf5a28dec58343a (patch)
tree827af469f34d4fdc5b207785d1529cb4c98272fd /bin/Makefile
parent52e19e33992b4cda82dd21cb189f3ff5a27b0fb1 (diff)
downloadFreeBSD-src-d09989393891bfe18872fa580cf5a28dec58343a.zip
FreeBSD-src-d09989393891bfe18872fa580cf5a28dec58343a.tar.gz
Add a NO_TCSH knob.
Diffstat (limited to 'bin/Makefile')
-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