mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a NO_TCSH knob.
This commit is contained in:
parent
5e0ab69d23
commit
bcf88e07f6
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Reference in a new issue