diff options
author | delphij <delphij@FreeBSD.org> | 2007-01-26 10:20:59 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-01-26 10:20:59 +0000 |
commit | e06cbb32ef9f90c5bfa858f65cb897781a3196c6 (patch) | |
tree | cbcaffbc8cd1c2377d16742e00e2482788726381 | |
parent | 20898601354d3c57cf96586bb8940674bd793e59 (diff) | |
download | FreeBSD-src-e06cbb32ef9f90c5bfa858f65cb897781a3196c6.zip FreeBSD-src-e06cbb32ef9f90c5bfa858f65cb897781a3196c6.tar.gz |
Regen.
-rw-r--r-- | share/man/man5/src.conf.5 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index e58791f..ccf24d3 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 September 30, 2006 +.Dd January 26, 2007 .Dt SRC.CONF 5 .Os .Sh NAME @@ -174,10 +174,26 @@ Set to not build Bluetooth related kernel modules, programs and libraries. .It Va WITHOUT_BOOT .\" from FreeBSD: src/tools/build/options/WITHOUT_BOOT,v 1.1 2006/03/21 07:50:49 ru Exp Set to not build the boot blocks and loader. +.It Va WITHOUT_BZIP2 +.\" from FreeBSD: src/tools/build/options/WITHOUT_BZIP2,v 1.1 2007/01/26 10:19:08 delphij Exp +Set to not build contributed bzip2 software as a part of the base system. +.Sy "The option has no effect yet." +When set, it also enforces the following options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_BZIP2_SUPPORT +.El +.It Va WITHOUT_BZIP2_SUPPORT +.\" from FreeBSD: src/tools/build/options/WITHOUT_BZIP2_SUPPORT,v 1.1 2007/01/26 10:19:08 delphij Exp +Set to build some programs without optional bzip2 support. .It Va WITHOUT_CALENDAR .\" from FreeBSD: src/tools/build/options/WITHOUT_CALENDAR,v 1.1 2006/03/21 07:50:49 ru Exp Set to not build .Xr calendar 1 . +.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. .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 |