aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-08-10 22:59:53 +0000
committerWarner Losh <imp@FreeBSD.org>2000-08-10 22:59:53 +0000
commit47945ade89d079858a264e04ec6b659285217da0 (patch)
tree47125bfd761e089859392e67b968d88a685d8784 /gnu
parentdd8cf673d9195eed84acd7fb99fb4c3062d50c1f (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile
index 67e63c64e183..7c11782dac69 100644
--- a/gnu/usr.bin/perl/Makefile
+++ b/gnu/usr.bin/perl/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.if !defined(NOSUIDPERL)
+.if defined(BUILD_SUIDPERL) && ${BUILD_SUIDPERL} == "true"
_suidperl= suidperl
.endif