summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-16 14:53:47 +0000
committermarkm <markm@FreeBSD.org>2002-03-16 14:53:47 +0000
commit1c67ec15d80370f5c5556bce47bdc10e4d8a55c4 (patch)
tree0775d35c3e119014d7452b260136f8426fb70058 /gnu/usr.bin
parentc262dd55af4aab137419644a6746cf9dcac36810 (diff)
downloadFreeBSD-src-1c67ec15d80370f5c5556bce47bdc10e4d8a55c4.zip
FreeBSD-src-1c67ec15d80370f5c5556bce47bdc10e4d8a55c4.tar.gz
Allow the use of the NO_PERL as well as NOPERL. The latter is
going to go.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 694f38a..317ec99 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
OpenPOWER on IntegriCloud