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