From bcf88e07f662b76dd51da8e9638df7b984de7a6c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 17 Apr 2000 20:32:13 +0000 Subject: [PATCH] Add a NO_TCSH knob. --- bin/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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