diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-04-06 02:27:20 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2007-04-06 02:27:20 +0000 |
| commit | 5672f2a6cf2a2bb48833abffa61b064c328ff5fa (patch) | |
| tree | 42e3ba866a6226b41618c4f619b0bdd0758162c5 | |
| parent | 70cb12f264591067e5e348a0a34b451bf5c1b61b (diff) | |
Notes
| -rw-r--r-- | share/man/man5/src.conf.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index ccf24d32a083..844cc663188f 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: src/tools/build/options/makeman,v 1.6 2006/09/11 13:39:44 ru Exp .\" $FreeBSD$ -.Dd January 26, 2007 +.Dd April 6, 2007 .Dt SRC.CONF 5 .Os .Sh NAME @@ -194,6 +194,12 @@ Set to not build .It Va WITHOUT_CDDL .\" from FreeBSD: src/tools/build/options/WITHOUT_CDDL,v 1.1 2006/11/01 09:02:11 jb Exp Set to not build code licensed under Sun's CDDL. +When set, it also enforces the following options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_ZFS +.El .It Va WITHOUT_CPP .\" from FreeBSD: src/tools/build/options/WITHOUT_CPP,v 1.1 2006/03/21 07:50:49 ru Exp Set to not build @@ -531,6 +537,9 @@ Build without support for the IEEE 802.1X protocol and without support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS protocols (usable only via 802.1X). +.It Va WITHOUT_ZFS +.\" from FreeBSD: src/tools/build/options/WITHOUT_ZFS,v 1.1 2007/04/06 02:13:30 pjd Exp +Set to not build ZFS file system. .El .Sh FILES .Bl -tag -compact |
