diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-08-10 22:55:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-08-10 22:55:58 +0000 |
| commit | dd8cf673d9195eed84acd7fb99fb4c3062d50c1f (patch) | |
| tree | 313e9c9a2176b92903714454247979f11ae23318 /share | |
| parent | b1dbe5c2bcae42a0601e445ef37e391b492015e7 (diff) | |
Notes
Diffstat (limited to 'share')
| -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 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 |
