mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Allow the use of the NO_PERL as well as NOPERL. The latter is
going to go.
This commit is contained in:
parent
14e4cefcf8
commit
fc2cee85fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92409
@ -13,7 +13,7 @@ SUBDIR+=as ld
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
|
||||
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
|
||||
SUBDIR+=perl
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user