Don't build perl if NO_PERL is defined.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-04 15:20:11 +00:00
parent 5179c2f25f
commit fc281c6159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97821

View File

@ -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