Allow the use of the NO_PERL as well as NOPERL. The latter is

going to go.
This commit is contained in:
markm 2002-03-16 14:53:47 +00:00
parent c262dd55af
commit 1c67ec15d8

View File

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