mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Don't build perl if NO_PERL is defined.
This commit is contained in:
parent
5179c2f25f
commit
fc281c6159
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97821
@ -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…
Reference in New Issue
Block a user