From 47945ade89d079858a264e04ec6b659285217da0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 10 Aug 2000 22:59:53 +0000 Subject: Don't build suidperl by default. Make users specifically enable its building. --- gnu/usr.bin/perl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.3