Deleted Added
full compact
make.conf.5 (139106) make.conf.5 (139112)
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 139106 2004-12-21 09:33:47Z ru $
25.\" $FreeBSD: head/share/man/man5/make.conf.5 139112 2004-12-21 09:59:45Z ru $
26.\"
27.Dd December 14, 2004
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

570.It Va NO_PROFILE
571.Pq Vt bool
572Set to avoid compiling profiled libraries.
573.It Va NOSHARE
574.Pq Vt bool
575Set to not build in the
576.Pa share
577subdir.
26.\"
27.Dd December 14, 2004
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

570.It Va NO_PROFILE
571.Pq Vt bool
572Set to avoid compiling profiled libraries.
573.It Va NOSHARE
574.Pq Vt bool
575Set to not build in the
576.Pa share
577subdir.
578.It Va NOSHARED
578.It Va NO_SHARED
579.Pq Vt bool
580Set to not build
581.Pa /bin
582and
583.Pa /sbin
584dynamically linked, this can be bad.
585.It Va NO_BIND
586.Pq Vt bool

--- 252 unchanged lines hidden ---
579.Pq Vt bool
580Set to not build
581.Pa /bin
582and
583.Pa /sbin
584dynamically linked, this can be bad.
585.It Va NO_BIND
586.Pq Vt bool

--- 252 unchanged lines hidden ---