aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2005-11-19 12:21:11 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2005-11-19 12:21:11 +0000
commitaddbe0bc06decea0d61f2c325b081ee1d32370ad (patch)
treea59081b505929070203b86896cb5be2dd9edeea8
parent71dac3fb8f49dd4c631a5c79dcac39593003be47 (diff)
Notes
-rw-r--r--share/man/man5/make.conf.529
1 files changed, 16 insertions, 13 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index c700718909764..0bcf9d3af579c 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -317,6 +317,7 @@ to use when doing a
This defaults to
.Pa /usr/share/examples/cvsup/doc\-supfile .
.El
+.Ss "BUILDING THE KERNEL"
.Pp
The following list provides a name and short description for variables
that are only used doing a kernel build:
@@ -411,6 +412,7 @@ during
.Pq Vt bool
Set to not build modules with the kernel.
.El
+.Ss "BUILDING THE WORLD"
.Pp
The following list provides a name and short description for variables
that are used during the world build:
@@ -833,11 +835,24 @@ levels to a lower one.
and above is known to trigger known optimizer bugs at various
times \(em this is worse on the Alpha platform.
The value assigned is the highest optimization value used.
+.It Va ENABLE_WPA_SUPPLICANT_EAPOL
+.Pq Vt str
+Build
+.Xr wpa_supplicant 8
+with support for the IEEE 802.1X protocol and with
+support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
+protocols (usable only via 802.1X).
+This option is ignored if
+.Va NO_CRYPT
+or
+.Va NO_OPENSSL
+are set.
.El
+.Ss "BUILDING DOCUMENTATION"
.Pp
The following list provides a name and short description for variables
that are used when building documentation.
-.Bl -tag -width Ar
+.Bl -tag -width ".Va PRINTERDEVICE"
.It Va DISTDIR
.Pq Vt str
Where distfiles are kept.
@@ -858,18 +873,6 @@ for simple printers, or
.Dq Li ps
for postscript or graphics printers with a ghostscript
filter, or both.
-.It Va ENABLE_WPA_SUPPLICANT_EAPOL
-.Pq Vt str
-Build
-.Xr wpa_supplicant 8
-with support for the IEEE 802.1X protocol and with
-support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS
-protocols (usable only via 802.1X).
-This option is ignored if
-.Va NO_CRYPT
-or
-.Va NO_OPENSSL
-are set.
.El
.Sh FILES
.Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact