Add a NO_TCSH knob.
This commit is contained in:
parent
5e0ab69d23
commit
bcf88e07f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user