From dd8cf673d9195eed84acd7fb99fb4c3062d50c1f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 10 Aug 2000 22:55:58 +0000 Subject: Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable building suidperl. --- share/examples/etc/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 5c5c1f0c5ba5..8b5e9b914fae 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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 -- cgit v1.3