diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2010-06-09 20:13:50 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2010-06-09 20:13:50 +0000 |
commit | 1b95c23ab7319b6d5f31027e636961e4882a9354 (patch) | |
tree | eb0353690d6a75364acd5e1c1dd8e0368ca50871 /share/man | |
parent | b1ade03b77e4c5bf35a82b797d80c521ef263052 (diff) | |
download | FreeBSD-src-1b95c23ab7319b6d5f31027e636961e4882a9354.zip FreeBSD-src-1b95c23ab7319b6d5f31027e636961e4882a9354.tar.gz |
Regen src.conf.5
Approved by: ed (mentor)
Diffstat (limited to 'share/man')
-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 808b2c6..eba1d3b 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: head/tools/build/options/makeman 188848 2009-02-20 11:09:55Z mtm .\" $FreeBSD$ -.Dd May 19, 2010 +.Dd June 9, 2010 .Dt SRC.CONF 5 .Os .Sh NAME @@ -247,6 +247,9 @@ When set, it also enforces the following options: .It .Va WITHOUT_ZFS .El +.It Va WITHOUT_CLANG +from FreeBSD: head/tools/build/options/WITHOUT_CLANG 208965 2010-06-09 20:11:35Z rdivacky +Set to not build the Clang C/C++ commpiler. .It Va WITHOUT_CPP .\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru Set to not build @@ -297,6 +300,10 @@ dynamically. .\" from FreeBSD: head/tools/build/options/WITHOUT_EXAMPLES 156938 2006-03-21 09:06:24Z ru Set to avoid installing examples to .Pa /usr/share/examples/ . +.It Va WITH_FDT +.\" from FreeBSD: head/tools/build/options/WITH_FDT 208537 2010-05-25 15:12:21Z raj +Set to build Flattened Device Tree support as part of the base system. This +includes the device tree compiler (dtc) and libfdt support library. .It Va WITHOUT_FLOPPY .\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 183306 2008-09-23 16:15:42Z sam Set to not build or install programs @@ -799,6 +806,8 @@ When set, it also enforces the following options: .Pp .Bl -item -compact .It +.Va WITHOUT_CLANG +.It .Va WITHOUT_GDB .El .It Va WITHOUT_USB |