summaryrefslogtreecommitdiffstats
path: root/release/picobsd/bridge
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:01:15 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:01:15 +0000
commitb74e87102d00fdd46ad107c6ed10dedbe5e61add (patch)
treeb744377e118a38520d1937f3bf3f23e718209a64 /release/picobsd/bridge
parenta90b1e36568bbf68413166df0db874fdf3e841c2 (diff)
downloadFreeBSD-src-b74e87102d00fdd46ad107c6ed10dedbe5e61add.zip
FreeBSD-src-b74e87102d00fdd46ad107c6ed10dedbe5e61add.tar.gz
Overhaul ppp(8) build options so they are safe to use in
/etc/make.conf: NOALIAS -> retired (support provided by PPP_NO_NAT) NOATM -> PPP_NO_ATM (also subject to NO_ATM global) NODES -> PPP_NO_DES (support was broken, now recovered) NOI4B -> PPP_NO_I4B (also subject to NO_I4B global) NOKLDLOAD -> PPP_NO_KLDLOAD NONAT -> PPP_NO_NAT NONETGRAPH -> PPP_NO_NETGRAPH NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global) NORADIUS -> PPP_NO_RADIUS NOSUID -> retired (support provided by PPP_NO_SUID) PPP_NOSUID -> PPP_NO_SUID
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r--release/picobsd/bridge/crunch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index 7da433a..911f738 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -18,7 +18,7 @@
# Default build options. Basically tell the Makefiles which understand
# that to use the most compact possible version of the code.
#
-buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNO_INET6
+buildopts -DNOPAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DPPP_NO_PAM -DNOIPSEC -DNO_INET6
# directories where to look for sources of various binaries.
# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
OpenPOWER on IntegriCloud