Deleted Added
full compact
make.conf.5 (170752) make.conf.5 (196727)
1.\" Copyright (c) 2000
2.\" Mike W. Meyer
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2000
2.\" Mike W. Meyer
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man5/make.conf.5 170752 2007-06-15 03:21:20Z gshapiro $
25.\" $FreeBSD: head/share/man/man5/make.conf.5 196727 2009-09-01 05:55:10Z maxim $
26.\"
26.\"
27.Dd September 5, 2006
27.Dd September 1, 2009
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION
34The file
35.Nm

--- 425 unchanged lines hidden (view full) ---

461.Pa /usr/src/sys/boot/i386
462will add
463.Xr dcons 4
464console driver to
465.Xr loader 8
466and allow access over FireWire(IEEE1394) using
467.Xr dconschat 8 .
468Currently, only i386 and amd64 are supported.
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION
34The file
35.Nm

--- 425 unchanged lines hidden (view full) ---

461.Pa /usr/src/sys/boot/i386
462will add
463.Xr dcons 4
464console driver to
465.Xr loader 8
466and allow access over FireWire(IEEE1394) using
467.Xr dconschat 8 .
468Currently, only i386 and amd64 are supported.
469.It Va MALLOC_PRODUCTION
470.Pq Vt bool
471Set this to disable assertions and statistics gathering in
472.Xr malloc 3 .
473It also defaults the A and J runtime options to off.
474Disabled by default on -CURRENT.
469.It Va MODULES_WITH_WORLD
470.Pq Vt bool
471Set to build modules with the system instead of the kernel.
472.It Va NO_CLEAN
473.Pq Vt bool
474Set this to disable cleaning during
475.Dq Li "make buildworld" .
476This should not be set unless you know what you are doing.

--- 268 unchanged lines hidden ---
475.It Va MODULES_WITH_WORLD
476.Pq Vt bool
477Set to build modules with the system instead of the kernel.
478.It Va NO_CLEAN
479.Pq Vt bool
480Set this to disable cleaning during
481.Dq Li "make buildworld" .
482This should not be set unless you know what you are doing.

--- 268 unchanged lines hidden ---