aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-08-10 22:55:58 +0000
committerWarner Losh <imp@FreeBSD.org>2000-08-10 22:55:58 +0000
commitdd8cf673d9195eed84acd7fb99fb4c3062d50c1f (patch)
tree313e9c9a2176b92903714454247979f11ae23318 /etc
parentb1dbe5c2bcae42a0601e445ef37e391b492015e7 (diff)
downloadsrc-dd8cf673d9195eed84acd7fb99fb4c3062d50c1f.tar.gz
src-dd8cf673d9195eed84acd7fb99fb4c3062d50c1f.zip
Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable
building suidperl.
Notes
Notes: svn path=/head/; revision=64515
Diffstat (limited to 'etc')
-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 5c5c1f0c5ba5..8b5e9b914fae 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