Add a NO_TCSH knob.

This commit is contained in:
David E. O'Brien 2000-04-17 20:32:13 +00:00
parent 5e0ab69d23
commit bcf88e07f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59337

View File

@ -5,7 +5,6 @@ SUBDIR= cat \
chio \ chio \
chmod \ chmod \
cp \ cp \
csh \
date \ date \
dd \ dd \
df \ df \
@ -31,6 +30,10 @@ SUBDIR= cat \
sync \ sync \
test test
.if !defined(NO_TCSH)
SUBDIR+=csh
.endif
.if !defined(NO_SENDMAIL) .if !defined(NO_SENDMAIL)
SUBDIR+=rmail SUBDIR+=rmail
.endif .endif