Don't build perl if NO_PERL is defined.
This commit is contained in:
parent
5179c2f25f
commit
fc281c6159
@ -122,7 +122,6 @@ SUBDIR= apply \
|
||||
passwd \
|
||||
paste \
|
||||
pathchk \
|
||||
perl \
|
||||
pr \
|
||||
printenv \
|
||||
printf \
|
||||
@ -217,6 +216,10 @@ SUBDIR+=dig \
|
||||
host
|
||||
.endif
|
||||
|
||||
.if !defined(NO_PERL)
|
||||
SUBDIR+=perl
|
||||
.endif
|
||||
|
||||
.if !defined(NO_SENDMAIL)
|
||||
SUBDIR+=vacation
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user