diff options
author | brian <brian@FreeBSD.org> | 2000-08-18 00:09:46 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-08-18 00:09:46 +0000 |
commit | a176bb4b2c598459ca6b0e512cbc174e3eda519d (patch) | |
tree | f4eb1ebef0e466b9259be112e980851ac45c42b4 /share | |
parent | bac59a32d06fce1477c920a3c8aad60f73ae9af9 (diff) | |
download | FreeBSD-src-a176bb4b2c598459ca6b0e512cbc174e3eda519d.zip FreeBSD-src-a176bb4b2c598459ca6b0e512cbc174e3eda519d.tar.gz |
Add a PPP_NOSUID hook
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 7abd2a4..0a085f4 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -50,6 +50,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # To build perl with thread support #PERL_THREADED= true # +# To build ppp with normal permissions +#PPP_NOSUID= true +# # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND |