diff options
author | imp <imp@FreeBSD.org> | 2000-08-13 01:41:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-13 01:41:35 +0000 |
commit | c8d462a744a7ed72fbba598522dae6cef31c7c9d (patch) | |
tree | 83219e82043b8300a7158cfc1029f7b2d06d7f49 /share/examples | |
parent | d7f0e20ea6dc414a21bb35aafcfd7d9e0d2cce55 (diff) | |
download | FreeBSD-src-c8d462a744a7ed72fbba598522dae6cef31c7c9d.zip FreeBSD-src-c8d462a744a7ed72fbba598522dae6cef31c7c9d.tar.gz |
Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
it does.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 8b5e9b9..13a3161 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 enable building the suid perl -#BUILD_SUIDPERL= true +# To enable building enstalling suidperl with the setuid bit turned on +#ENABLE_SUIDPERL= true # # To build perl with thread support #PERL_THREADED= true |