diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 12:01:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 12:01:15 +0000 |
commit | b74e87102d00fdd46ad107c6ed10dedbe5e61add (patch) | |
tree | b744377e118a38520d1937f3bf3f23e718209a64 /tools | |
parent | a90b1e36568bbf68413166df0db874fdf3e841c2 (diff) | |
download | FreeBSD-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 'tools')
-rw-r--r-- | tools/tools/nanobsd/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf index 96f4ff9..6e72850 100644 --- a/tools/tools/nanobsd/make.conf +++ b/tools/tools/nanobsd/make.conf @@ -32,12 +32,12 @@ NO_NIS= NO_OBJC= NO_PF= NO_PROFILE= -NORADIUS= NO_RESCUE= NO_SENDMAIL= NO_SHAREDOCS= NO_TOOLCHAIN= NO_USB= +PPP_NO_RADIUS= # If this macro is defined, UFS volume labels are used on # the flash image to avoid hardcoding device names. |