summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-18 00:09:46 +0000
committerbrian <brian@FreeBSD.org>2000-08-18 00:09:46 +0000
commita176bb4b2c598459ca6b0e512cbc174e3eda519d (patch)
treef4eb1ebef0e466b9259be112e980851ac45c42b4 /etc/defaults
parentbac59a32d06fce1477c920a3c8aad60f73ae9af9 (diff)
downloadFreeBSD-src-a176bb4b2c598459ca6b0e512cbc174e3eda519d.zip
FreeBSD-src-a176bb4b2c598459ca6b0e512cbc174e3eda519d.tar.gz
Add a PPP_NOSUID hook
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 7abd2a4..0a085f4 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/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
OpenPOWER on IntegriCloud