1
0
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:
Mark Murray 2002-03-16 14:53:47 +00:00
parent 14e4cefcf8
commit fc2cee85fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92409

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