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

going to go.
This commit is contained in:
Mark Murray
2002-03-16 14:53:47 +00:00
parent 14e4cefcf8
commit fc2cee85fd
+1 -1
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