aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-03-16 14:53:47 +0000
committerMark Murray <markm@FreeBSD.org>2002-03-16 14:53:47 +0000
commitfc2cee85fd0c5399b4aa91922d80f95c1cbb4a42 (patch)
tree0775d35c3e119014d7452b260136f8426fb70058 /gnu
parent14e4cefcf8e71115be164967ea4eca69d4d00704 (diff)
Notes
Diffstat (limited to 'gnu')
-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 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