summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-10 22:55:58 +0000
committerimp <imp@FreeBSD.org>2000-08-10 22:55:58 +0000
commit133f7e3683489f9e8650cb3fd77d68904af06d86 (patch)
treee0648b4c3afd31ad14821af3032f8e42b99565a9 /etc/defaults
parenta0197881962d5923c553f55278bbad4a174d1ca8 (diff)
downloadFreeBSD-src-133f7e3683489f9e8650cb3fd77d68904af06d86.zip
FreeBSD-src-133f7e3683489f9e8650cb3fd77d68904af06d86.tar.gz
Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable
building suidperl.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 5c5c1f0..8b5e9b9 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -44,8 +44,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To avoid building perl
#NOPERL= true
#
-# To avoid building the suid perl
-#NOSUIDPERL= true
+# To enable building the suid perl
+#BUILD_SUIDPERL= true
#
# To build perl with thread support
#PERL_THREADED= true
OpenPOWER on IntegriCloud