From fc2cee85fd0c5399b4aa91922d80f95c1cbb4a42 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 16 Mar 2002 14:53:47 +0000 Subject: Allow the use of the NO_PERL as well as NOPERL. The latter is going to go. --- gnu/usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 694f38a86336..317ec9972259 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 -- cgit v1.3