Deleted Added
full compact
make.conf.5 (133475) make.conf.5 (134007)
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 133475 2004-08-11 07:09:43Z harti $
25.\" $FreeBSD: head/share/man/man5/make.conf.5 134007 2004-08-19 09:54:28Z des $
26.\"
27.Dd July 29, 2004
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

440.Xr ssh 1
441with the set-user-ID bit turned on.
442.It Va MODULES_WITH_WORLD
443.Pq Vt bool
444Set to build modules with the system instead of the kernel.
445.It Va NO_BLUETOOTH
446.Pq Vt bool
447Set to not build Bluetooth related kernel modules, programs and libraries.
26.\"
27.Dd July 29, 2004
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

440.Xr ssh 1
441with the set-user-ID bit turned on.
442.It Va MODULES_WITH_WORLD
443.Pq Vt bool
444Set to build modules with the system instead of the kernel.
445.It Va NO_BLUETOOTH
446.Pq Vt bool
447Set to not build Bluetooth related kernel modules, programs and libraries.
448.It Va NO_BOOT
449.Pq Vt bool
450Set to not build the boot blocks and loader.
448.It Va NO_CVS
449.Pq Vt bool
450Set to not build CVS.
451.It Va NO_CXX
452.Pq Vt bool
453Set to not build
454.Xr g++ 1
455and related libraries.

--- 326 unchanged lines hidden ---
451.It Va NO_CVS
452.Pq Vt bool
453Set to not build CVS.
454.It Va NO_CXX
455.Pq Vt bool
456Set to not build
457.Xr g++ 1
458and related libraries.

--- 326 unchanged lines hidden ---