2009-09-30 03:56:26 +04:00
|
|
|
.\" $NetBSD: mk.conf.5,v 1.50 2009/09/29 23:56:34 tsarna Exp $
|
1999-02-17 03:08:42 +03:00
|
|
|
.\"
|
2003-07-18 19:44:50 +04:00
|
|
|
.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
|
1999-02-17 03:08:42 +03:00
|
|
|
.\" All rights reserved.
|
2001-06-19 16:34:26 +04:00
|
|
|
.\"
|
1999-02-17 03:08:42 +03:00
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Luke Mewburn.
|
2001-06-19 16:34:26 +04:00
|
|
|
.\"
|
1999-02-17 03:08:42 +03:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2001-06-19 16:34:26 +04:00
|
|
|
.\"
|
2008-05-04 17:56:27 +04:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
1999-02-17 03:08:42 +03:00
|
|
|
.\"
|
2009-09-08 11:54:49 +04:00
|
|
|
.Dd September 8, 2009
|
1999-02-17 03:08:42 +03:00
|
|
|
.Dt MK.CONF 5
|
1999-03-17 23:19:44 +03:00
|
|
|
.Os
|
1999-02-17 03:08:42 +03:00
|
|
|
.\" turn off hyphenation
|
|
|
|
.hym 999
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mk.conf
|
|
|
|
.Nd make configuration file
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
file overrides various parameters used during the build of the system.
|
|
|
|
.Pp
|
|
|
|
Listed below are the
|
|
|
|
.Nm
|
|
|
|
variables that may be set, the values to which each may be set,
|
|
|
|
a brief description of what each variable does, and a reference to
|
|
|
|
relevant manual pages.
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.Ss NetBSD System variables
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.de YorN
|
|
|
|
Can be set to
|
|
|
|
.Dq yes
|
|
|
|
or
|
|
|
|
.Dq no .
|
|
|
|
..
|
|
|
|
.de DFLT
|
|
|
|
.Pp
|
|
|
|
.Em Default :
|
|
|
|
..
|
|
|
|
.de DFLTu
|
|
|
|
.DFLT
|
|
|
|
Unset.
|
|
|
|
..
|
|
|
|
.de DFLTy
|
|
|
|
.DFLT
|
|
|
|
.Dq yes
|
|
|
|
..
|
|
|
|
.de DFLTn
|
|
|
|
.DFLT
|
|
|
|
.Dq no
|
|
|
|
..
|
2005-12-22 05:52:40 +03:00
|
|
|
.Bl -tag -width MKDYNAMICROOT
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
2005-12-22 05:52:40 +03:00
|
|
|
.It Sy NETBSDSRCDIR
|
|
|
|
The path to the top level of the
|
|
|
|
.Nx
|
|
|
|
sources.
|
|
|
|
If
|
2005-12-21 07:25:54 +03:00
|
|
|
.Xr make 1
|
2005-12-22 05:52:40 +03:00
|
|
|
is run from within the
|
|
|
|
.Nx
|
|
|
|
source tree, the default is the top
|
|
|
|
level of that tree (as determined by the presence of
|
|
|
|
.Pa build.sh
|
|
|
|
and
|
|
|
|
.Pa tools/ ) ,
|
|
|
|
otherwise
|
|
|
|
.Sy BSDSRCDIR
|
|
|
|
will be used.
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy BSDOBJDIR
|
2002-04-26 20:24:06 +04:00
|
|
|
The real path to the
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sq obj
|
2005-03-13 12:37:06 +03:00
|
|
|
tree for the
|
|
|
|
.Nx
|
|
|
|
source tree.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLT
|
|
|
|
.Pa /usr/obj
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy BSDSRCDIR
|
2005-03-13 12:37:06 +03:00
|
|
|
The real path to the
|
|
|
|
.Nx
|
|
|
|
source tree.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLT
|
|
|
|
.Pa /usr/src
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy BUILD
|
|
|
|
If defined,
|
|
|
|
.Sq "make install"
|
|
|
|
checks that the targets in the source directories are up-to-date and
|
2001-11-27 19:17:35 +03:00
|
|
|
re-makes them if they are out of date, instead of blindly trying to install
|
2001-06-19 16:34:26 +04:00
|
|
|
out of date or non-existent targets.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTu
|
|
|
|
.
|
|
|
|
.It Sy BUILDID
|
|
|
|
Identifier for the build.
|
|
|
|
The identifier will be appended to
|
|
|
|
object directory names, and can be consulted in the
|
|
|
|
.Xr make 1
|
|
|
|
configuration file in order to set additional build parameters,
|
|
|
|
such as compiler flags.
|
|
|
|
.DFLTu
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy COPTS
|
|
|
|
Extra options for the C compiler.
|
|
|
|
Should be appended to (e.g.,
|
|
|
|
.Sy COPTS+=-g ) ,
|
|
|
|
rather than explicitly set.
|
2007-12-12 22:52:02 +03:00
|
|
|
Note that
|
|
|
|
.Sy CPUFLAGS ,
|
|
|
|
not
|
|
|
|
.Sy COPTS ,
|
|
|
|
should be used for
|
|
|
|
compiler flags that select CPU-related options.
|
|
|
|
Also note that
|
|
|
|
.Sy CFLAGS
|
|
|
|
should never be set in
|
|
|
|
.Nm .
|
|
|
|
.
|
|
|
|
.It Sy CPUFLAGS
|
|
|
|
Additional flags passed to the compiler/assembler to select
|
|
|
|
CPU instruction set options, CPU tuning options, etc.
|
|
|
|
Such options should not be specified in
|
|
|
|
.Sy COPTS ,
|
|
|
|
because some parts of the build process need to override
|
|
|
|
CPU-related compiler options.
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy DESTDIR
|
|
|
|
Directory to contain the built
|
|
|
|
.Nx
|
|
|
|
system.
|
|
|
|
If set, special options are passed to the compilation tools to
|
|
|
|
prevent their default use of the host system's
|
|
|
|
.Sy /usr/include , /usr/lib ,
|
|
|
|
and so forth.
|
|
|
|
This pathname should
|
|
|
|
.Em not
|
|
|
|
end with a slash
|
|
|
|
.Pq /
|
|
|
|
character (for installation into the system's root directory, set
|
|
|
|
.Sy DESTDIR
|
|
|
|
to an empty string).
|
|
|
|
The directory must reside on a file system which supports long file
|
|
|
|
names and hard links.
|
|
|
|
.DFLT
|
|
|
|
Empty string if
|
|
|
|
.Sy USETOOLS
|
|
|
|
is
|
|
|
|
.Dq yes ;
|
|
|
|
unset otherwise.
|
|
|
|
.Pp
|
|
|
|
.Em Note :
|
|
|
|
.Sy build.sh
|
|
|
|
will provide a default of
|
|
|
|
.Pa destdir. Ns Sy MACHINE
|
|
|
|
(in the top-level
|
|
|
|
.Sy .OBJDIR )
|
|
|
|
unless run in
|
|
|
|
.Sq expert
|
|
|
|
mode
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MAKEVERBOSE
|
|
|
|
Level of verbosity of status messages.
|
|
|
|
Supported values:
|
|
|
|
.Bl -tag -width xxx
|
|
|
|
.It 0
|
2008-11-13 23:40:11 +03:00
|
|
|
No descriptive messages or commands executed by
|
|
|
|
.Xr make 1
|
|
|
|
are shown.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It 1
|
2008-11-13 23:40:11 +03:00
|
|
|
Brief messages are shown describing what is being done,
|
|
|
|
but the actual commands executed by
|
|
|
|
.Xr make 1
|
|
|
|
are not displayed.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It 2
|
2008-11-13 23:40:11 +03:00
|
|
|
Descriptive messages are shown as above (prefixed with a
|
|
|
|
.Sq # ) ,
|
|
|
|
and ordinary commands performed by
|
|
|
|
.Xr make 1
|
|
|
|
are displayed.
|
|
|
|
.It 3
|
|
|
|
In addition to the above, all commands performed by
|
|
|
|
.Xr make 1
|
|
|
|
are displayed, even if they would ordinarily have been hidden
|
|
|
|
through use of the
|
|
|
|
.Dq \&@
|
|
|
|
prefix in the relevant makefile.
|
|
|
|
.It 4
|
|
|
|
In addition to the above, commands executed by
|
|
|
|
.Xr make 1
|
|
|
|
are traced through use of the
|
|
|
|
.Xr sh 1
|
|
|
|
.Dq Fl x
|
|
|
|
flag.
|
2008-08-31 06:09:43 +04:00
|
|
|
.El
|
|
|
|
.DFLT
|
|
|
|
2
|
|
|
|
.
|
|
|
|
.It Sy MKATF
|
|
|
|
.YorN
|
|
|
|
Indicates whether the Automated Testing Framework is built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2009-09-08 11:08:00 +04:00
|
|
|
.It Sy MKBINUTILS
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
2009-09-08 11:08:00 +04:00
|
|
|
Indicates whether any of the binutils tools or libraries should be built.
|
2009-09-08 11:54:49 +04:00
|
|
|
That is, the libraries
|
2003-07-18 19:44:50 +04:00
|
|
|
.Sy libbfd ,
|
|
|
|
.Sy libiberty ,
|
2009-09-08 11:08:00 +04:00
|
|
|
or any of the things that depend upon them, e.g.
|
2003-07-18 19:44:50 +04:00
|
|
|
.Xr as 1 ,
|
|
|
|
.Xr ld 1 ,
|
|
|
|
.Xr dbsym 8 ,
|
|
|
|
or
|
2009-09-08 11:08:00 +04:00
|
|
|
.Xr mdsetimage 8 .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKCATPAGES
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether preformatted plaintext manual pages will be created
|
2008-08-31 06:09:43 +04:00
|
|
|
and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKCOMPLEX
|
|
|
|
.YorN
|
|
|
|
Indicates whether the
|
|
|
|
.Lb libm
|
|
|
|
is compiled with support for
|
|
|
|
.In complex.h .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKCRYPTO
|
|
|
|
.YorN
|
|
|
|
Indicates whether cryptographic code will be included in a build;
|
|
|
|
provided for the benefit of countries that do not allow strong
|
|
|
|
cryptography.
|
|
|
|
Will not affect use of the standard low-security password encryption system,
|
|
|
|
.Xr crypt 3 .
|
|
|
|
.DFLTy
|
|
|
|
.Pp
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
2003-07-18 19:44:50 +04:00
|
|
|
.Dq no ,
|
|
|
|
acts as
|
2005-12-22 05:52:40 +03:00
|
|
|
.Sy MKKERBEROS=no .
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy MKCRYPTO_IDEA
|
2004-07-02 22:20:27 +04:00
|
|
|
.YorN
|
2003-07-18 19:44:50 +04:00
|
|
|
Indicates whether IDEA support will be built into
|
2005-03-13 12:37:06 +03:00
|
|
|
.Sy libcrypto_idea.a .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKCRYPTO_MDC2
|
2004-07-02 22:20:27 +04:00
|
|
|
.YorN
|
2003-07-18 19:44:50 +04:00
|
|
|
Indicates whether MDC2 support will be built into
|
2005-03-13 12:37:06 +03:00
|
|
|
.Sy libcrypto_mdc2.a .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKCRYPTO_RC5
|
2004-07-02 22:20:27 +04:00
|
|
|
.YorN
|
2003-07-18 19:44:50 +04:00
|
|
|
Indicates whether RC5 support will be built into
|
2005-03-13 12:37:06 +03:00
|
|
|
.Sy libcrypto_rc5.a .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTn
|
|
|
|
.
|
2004-07-01 10:09:57 +04:00
|
|
|
.It Sy MKCVS
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr cvs 1
|
|
|
|
is built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2006-07-23 16:01:56 +04:00
|
|
|
.It Sy MKDEBUG
|
|
|
|
.YorN
|
|
|
|
Indicates whether separate debugging symbols should be installed into
|
|
|
|
.Sy DESTDIR Ns Pa /usr/libdata/debug .
|
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKDEBUGLIB
|
|
|
|
.YorN
|
|
|
|
Indicates whether debug libraries
|
|
|
|
.Sy ( lib*_g.a )
|
2008-08-31 06:09:43 +04:00
|
|
|
will be built and installed.
|
2006-07-23 16:01:56 +04:00
|
|
|
Debug libraries are compiled with
|
|
|
|
.Dq Li -g -DDEBUG .
|
|
|
|
.DFLTn
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKDOC
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether system documentation destined for
|
|
|
|
.Sy DESTDIR Ns Pa /usr/share/doc
|
2008-08-31 06:09:43 +04:00
|
|
|
will be installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
2002-08-27 18:46:11 +04:00
|
|
|
.It Sy MKDYNAMICROOT
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether all programs should be dynamically linked,
|
|
|
|
and to install shared libraries required by
|
2002-08-27 18:46:11 +04:00
|
|
|
.Pa /bin
|
|
|
|
and
|
|
|
|
.Pa /sbin
|
|
|
|
and the shared linker
|
|
|
|
.Xr ld.elf_so 1
|
|
|
|
into
|
|
|
|
.Pa /lib .
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
|
|
|
.Sq no ,
|
2003-07-18 19:44:50 +04:00
|
|
|
link programs in
|
|
|
|
.Pa /bin
|
|
|
|
and
|
|
|
|
.Pa /sbin
|
|
|
|
statically.
|
2005-12-22 05:52:40 +03:00
|
|
|
.DFTLy
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy MKGCC
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr gcc 1
|
|
|
|
or any related libraries
|
2008-08-31 06:09:43 +04:00
|
|
|
.Pq Sy libg2c , libgcc , libobjc , libstdc++
|
2003-07-18 19:44:50 +04:00
|
|
|
are built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKGCCCMDS
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr gcc 1
|
|
|
|
is built.
|
|
|
|
If
|
|
|
|
.Dq no ,
|
|
|
|
then
|
|
|
|
.Sy MKGCC
|
|
|
|
controls if the
|
|
|
|
GCC libraries are built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy MKGDB
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr gdb 1
|
|
|
|
is built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKHESIOD
|
|
|
|
.YorN
|
|
|
|
Indicates whether the Hesiod infrastructure
|
2008-08-31 06:09:43 +04:00
|
|
|
(libraries and support programs) is built and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKHOSTOBJ
|
|
|
|
.YorN
|
|
|
|
If set to
|
|
|
|
.Dq yes ,
|
|
|
|
then for programs intended to be run on the compile host,
|
|
|
|
the name, release, and architecture of the host operating system
|
|
|
|
will be suffixed to the name of the object directory created by
|
|
|
|
.Dq make obj .
|
2005-03-13 12:37:06 +03:00
|
|
|
(This allows multiple host systems to compile
|
|
|
|
.Nx
|
|
|
|
for a single target.)
|
2003-07-18 19:44:50 +04:00
|
|
|
If set to
|
|
|
|
.Dq no ,
|
|
|
|
then programs built to be run on the compile host will use the same
|
|
|
|
object directory names as programs built to be run on the target.
|
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKHTML
|
|
|
|
.YorN
|
2008-08-31 06:09:43 +04:00
|
|
|
Indicates whether the HTML manual pages are created and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKIEEEFP
|
|
|
|
.YorN
|
|
|
|
Indicates whether code for IEEE754/IEC60559 conformance is built.
|
|
|
|
Has no effect on most platforms.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKINET6
|
|
|
|
Indicates whether INET6 (IPv6) infrastructure
|
|
|
|
(libraries and support programs) is built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy MKINFO
|
|
|
|
.YorN
|
|
|
|
Indicates whether GNU Info files, used for the documentation for
|
2008-08-31 06:09:43 +04:00
|
|
|
most of the compilation tools, will be built and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
2005-02-22 17:39:58 +03:00
|
|
|
.It Sy MKIPFILTER
|
|
|
|
.YorN
|
2005-04-21 18:50:16 +04:00
|
|
|
Indicates whether the
|
2005-02-22 17:39:58 +03:00
|
|
|
.Xr ipf 4
|
2008-11-12 15:35:50 +03:00
|
|
|
programs, headers and other components will be built and installed.
|
2008-08-31 06:09:43 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKISCSI
|
|
|
|
.YorN
|
|
|
|
Indicates whether the iSCSI library and applications are
|
|
|
|
built and installed.
|
2005-02-22 17:39:58 +03:00
|
|
|
.DFLTy
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy MKKERBEROS
|
|
|
|
.YorN
|
2004-07-01 10:09:57 +04:00
|
|
|
Indicates whether the Kerberos v5 infrastructure
|
2008-08-31 06:09:43 +04:00
|
|
|
(libraries and support programs) is built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKLDAP
|
|
|
|
.YorN
|
|
|
|
Indicates whether the Lightweight Directory Access Protocol (LDAP)
|
|
|
|
infrastructure
|
|
|
|
(libraries and support programs) is built and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKLINKLIB
|
|
|
|
.YorN
|
2005-12-22 05:52:40 +03:00
|
|
|
Indicates whether all of the shared library infrastructure is built.
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
|
|
|
.Sq no ,
|
2003-07-18 19:44:50 +04:00
|
|
|
prevents:
|
|
|
|
installation of the
|
|
|
|
.Sy *.a
|
|
|
|
libraries,
|
|
|
|
installation of the
|
|
|
|
.Sy *_pic.a
|
|
|
|
libraries on PIC systems,
|
|
|
|
building of
|
|
|
|
.Sy *.a
|
|
|
|
libraries on PIC systems,
|
2005-12-22 05:52:40 +03:00
|
|
|
or
|
2003-07-18 19:44:50 +04:00
|
|
|
installation of
|
|
|
|
.Sy .so
|
2005-12-22 05:52:40 +03:00
|
|
|
symlinks on ELF systems.
|
2005-12-21 07:25:54 +03:00
|
|
|
.DFLTy
|
|
|
|
.Pp
|
2005-12-22 05:52:40 +03:00
|
|
|
If
|
|
|
|
.Dq no ,
|
|
|
|
acts as
|
|
|
|
.Sy MKPICINSTALL=no MKPROFILE=no .
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy MKLINT
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr lint 1
|
|
|
|
will be run against portions of the
|
|
|
|
.Nx
|
|
|
|
source code during the build, and whether lint libraries will be
|
|
|
|
installed into
|
|
|
|
.Sy DESTDIR Ns Pa /usr/libdata/lint .
|
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKMAN
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
2008-08-31 06:09:43 +04:00
|
|
|
Indicates whether manual pages will be installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.Pp
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
2003-07-18 19:44:50 +04:00
|
|
|
.Dq no ,
|
|
|
|
acts as
|
|
|
|
.Sy MKCATPAGES=no MKHTML=no .
|
|
|
|
.
|
|
|
|
.It Sy MKMANZ
|
|
|
|
.YorN
|
|
|
|
Indicates whether manual pages should be compressed with
|
|
|
|
.Xr gzip 1
|
|
|
|
at installation time.
|
|
|
|
.DFLTn
|
|
|
|
.
|
2009-09-30 03:56:26 +04:00
|
|
|
.It Sy MKMDNS
|
|
|
|
.YorN
|
|
|
|
Indicates whether the mDNS (Multicast DNS) infrastructure
|
|
|
|
(libraries and support programs) is built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKNLS
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether Native Language System (NLS) locale zone files will be
|
2008-08-31 06:09:43 +04:00
|
|
|
built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKOBJ
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether object directories will be created when running
|
|
|
|
.Dq make obj .
|
|
|
|
If set to
|
|
|
|
.Dq no ,
|
|
|
|
then all built files will be located inside the regular source tree.
|
|
|
|
.DFLTy
|
|
|
|
.Pp
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
2003-07-18 19:44:50 +04:00
|
|
|
.Dq no ,
|
|
|
|
acts as
|
|
|
|
.Sy MKOBJDIRS=no .
|
|
|
|
.
|
|
|
|
.It Sy MKOBJDIRS
|
|
|
|
.YorN
|
|
|
|
Indicates whether object directories will be created automatically
|
|
|
|
(via a
|
|
|
|
.Dq make obj
|
|
|
|
pass) at the start of a build.
|
|
|
|
.DFLTn
|
|
|
|
.
|
2005-04-21 02:10:51 +04:00
|
|
|
.It Sy MKPAM
|
|
|
|
.YorN
|
2005-04-21 18:50:16 +04:00
|
|
|
Indicates whether the
|
2005-04-21 02:10:51 +04:00
|
|
|
.Xr pam 8
|
|
|
|
framework (libraries and support files) is built.
|
2005-12-22 05:52:40 +03:00
|
|
|
The pre-PAM code is not supported and may be removed in the future.
|
2005-04-21 02:10:51 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKPCC
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr pcc 1
|
|
|
|
or any related libraries
|
|
|
|
.Pq Sy libpcc , libpccsoftfloat
|
|
|
|
are built.
|
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKPCCCMDS
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr pcc 1
|
|
|
|
is built.
|
|
|
|
If
|
|
|
|
.Dq no ,
|
|
|
|
then
|
|
|
|
.Sy MKPCC
|
|
|
|
controls if the
|
|
|
|
PCC libraries are built.
|
|
|
|
.DFLTn
|
|
|
|
.
|
2005-02-22 17:39:58 +03:00
|
|
|
.It Sy MKPF
|
|
|
|
.YorN
|
2005-04-21 18:50:16 +04:00
|
|
|
Indicates whether the
|
2005-02-22 17:39:58 +03:00
|
|
|
.Xr pf 4
|
2008-08-31 06:09:43 +04:00
|
|
|
programs, headers and LKM will be built and installed.
|
2005-02-22 17:39:58 +03:00
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKPIC
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether shared objects and libraries will be created and
|
2008-08-31 06:09:43 +04:00
|
|
|
installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
If set to
|
|
|
|
.Dq no ,
|
|
|
|
the entire built system will be statically linked.
|
2005-12-22 05:52:40 +03:00
|
|
|
.DFLT
|
|
|
|
Platform dependent.
|
|
|
|
As of this writing, all platforms except
|
|
|
|
.Sy m68000
|
|
|
|
and
|
|
|
|
.Sy sh3
|
|
|
|
default to
|
|
|
|
.Dq yes .
|
2003-07-18 19:44:50 +04:00
|
|
|
.Pp
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
2003-07-18 19:44:50 +04:00
|
|
|
.Dq no ,
|
|
|
|
acts as
|
|
|
|
.Sy MKPICLIB=no .
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKPICINSTALL
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether the
|
|
|
|
.Xr ar 1
|
|
|
|
format libraries
|
|
|
|
.Sy ( lib*_pic.a ) ,
|
2008-08-31 06:09:43 +04:00
|
|
|
used to generate shared libraries, are installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKPICLIB
|
|
|
|
.YorN
|
2005-12-22 05:52:40 +03:00
|
|
|
Indicates whether the
|
|
|
|
.Xr ar 1
|
|
|
|
format libraries
|
|
|
|
.Sy ( lib*_pic.a ) ,
|
|
|
|
used to generate shared libraries.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKPIE
|
|
|
|
Indicates whether Position Independent Executables (PIE)
|
|
|
|
are built and installed.
|
|
|
|
.DFLTn
|
|
|
|
.
|
2004-07-01 10:09:57 +04:00
|
|
|
.It Sy MKPOSTFIX
|
2004-07-02 22:20:27 +04:00
|
|
|
.YorN
|
2005-12-22 05:52:40 +03:00
|
|
|
Indicates whether Postfix is built.
|
2004-07-01 10:09:57 +04:00
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKPROFILE
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
|
|
|
Indicates whether profiled libraries
|
|
|
|
.Sy ( lib*_p.a )
|
2008-08-31 06:09:43 +04:00
|
|
|
will be built and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLT
|
|
|
|
.Dq yes ;
|
|
|
|
however, some platforms turn off
|
|
|
|
.Sy MKPROFILE
|
|
|
|
by default at times due to toolchain problems with profiled code.
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy MKSHARE
|
2003-07-18 19:44:50 +04:00
|
|
|
.YorN
|
2005-12-22 05:52:40 +03:00
|
|
|
Indicates whether files destined to reside in
|
2003-07-18 19:44:50 +04:00
|
|
|
.Sy DESTDIR Ns Pa /usr/share
|
2008-08-31 06:09:43 +04:00
|
|
|
will be built and installed.
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTy
|
|
|
|
.Pp
|
1999-02-17 03:08:42 +03:00
|
|
|
If
|
2003-07-18 19:44:50 +04:00
|
|
|
.Dq no ,
|
|
|
|
acts as
|
2005-12-22 05:52:40 +03:00
|
|
|
.Sy MKCATPAGES=no MKDOC=no MKINFO=no MKHTML=no MKMAN=no MKNLS=no .
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy MKSKEY
|
|
|
|
.YorN
|
|
|
|
Indicates whether the S/key infrastructure
|
|
|
|
(libraries and support programs) is built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy MKSOFTFLOAT
|
|
|
|
.YorN
|
|
|
|
Indicates whether the compiler generates output containing
|
|
|
|
library calls for floating point and possibly soft-float library
|
|
|
|
support.
|
|
|
|
.DFLTn
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKSTATICLIB
|
|
|
|
.YorN
|
|
|
|
Indicates whether the normal static libraries
|
|
|
|
.Sy ( lib*_g.a )
|
|
|
|
will be built and installed.
|
|
|
|
.DFLTy
|
|
|
|
.
|
2008-09-10 15:16:41 +04:00
|
|
|
.It Sy MKSTRIPIDENT
|
|
|
|
.YorN
|
|
|
|
Indicates whether program binaries and shared libraries should be built
|
|
|
|
to include RCS IDs for use with
|
|
|
|
.Xr ident 1 .
|
|
|
|
.DFLTn
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy MKUNPRIVED
|
|
|
|
.YorN
|
|
|
|
Indicates whether an unprivileged install will occur.
|
|
|
|
The user, group, permissions, and file flags, will not be set on
|
|
|
|
the installed item; instead the information will be appended to
|
|
|
|
a file called
|
|
|
|
.Pa METALOG
|
|
|
|
in
|
|
|
|
.Sy DESTDIR .
|
|
|
|
The contents of
|
|
|
|
.Pa METALOG
|
|
|
|
is used during the generation of the distribution tar files to ensure
|
|
|
|
that the appropriate file ownership is stored.
|
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy MKUPDATE
|
|
|
|
.YorN
|
2005-12-22 05:52:40 +03:00
|
|
|
Indicates whether all install operations intended to write to
|
|
|
|
.Sy DESTDIR
|
|
|
|
will compare file timestamps before installing, and skip the install
|
|
|
|
phase if the destination files are up-to-date.
|
|
|
|
This also has implications on full builds (see next subsection).
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTn
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy MKX11
|
|
|
|
.YorN
|
2008-11-10 02:02:28 +03:00
|
|
|
Indicates whether X11 is built and installed
|
2008-08-31 06:09:43 +04:00
|
|
|
(by descending into
|
2008-11-10 02:02:28 +03:00
|
|
|
.Pa src/x11
|
|
|
|
or
|
|
|
|
.Pa src/external/mit/xorg
|
|
|
|
depending on the value of
|
|
|
|
.Sy X11FLAVOUR ) .
|
2008-08-31 06:09:43 +04:00
|
|
|
.DFLTn
|
|
|
|
.Pp
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy MKYP
|
|
|
|
.YorN
|
|
|
|
Indicates whether the YP (NIS) infrastructure
|
|
|
|
(libraries and support programs) is built.
|
|
|
|
.DFLTy
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Sy OBJMACHINE
|
|
|
|
If defined, creates objdirs of the form
|
2003-07-18 19:44:50 +04:00
|
|
|
.Pa obj. Ns Sy MACHINE ,
|
1999-02-17 03:08:42 +03:00
|
|
|
where
|
2003-07-18 19:44:50 +04:00
|
|
|
.Sy MACHINE
|
1999-02-17 03:08:42 +03:00
|
|
|
is the current architecture (as per
|
|
|
|
.Sq "uname -m" ) .
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
|
|
|
.It Sy RELEASEDIR
|
|
|
|
If set, specifies the directory to which a
|
|
|
|
.Xr release 7
|
|
|
|
layout will be written at the end of a
|
|
|
|
.Dq make release .
|
|
|
|
.DFLTu
|
|
|
|
.Pp
|
|
|
|
.Em Note :
|
|
|
|
.Sy build.sh
|
|
|
|
will provide a default of
|
|
|
|
.Pa releasedir
|
|
|
|
(in the top-level
|
|
|
|
.Sy .OBJDIR )
|
|
|
|
unless run in
|
|
|
|
.Sq expert
|
|
|
|
mode
|
|
|
|
.
|
|
|
|
.It Sy TOOLDIR
|
|
|
|
Directory to hold the host tools, once built.
|
|
|
|
This directory should be unique to a given host system and
|
|
|
|
.Nx
|
|
|
|
source tree.
|
|
|
|
(However, multiple targets may share the same
|
|
|
|
.Sy TOOLDIR ;
|
|
|
|
the target-dependent files have unique names.)
|
|
|
|
If unset, a default based
|
|
|
|
on the
|
|
|
|
.Xr uname 1
|
|
|
|
information of the host platform will be created in the
|
|
|
|
.Sy .OBJDIR
|
|
|
|
of
|
2003-07-18 20:30:48 +04:00
|
|
|
.Pa src .
|
2003-07-18 19:44:50 +04:00
|
|
|
.DFLTu
|
|
|
|
.
|
2008-08-31 06:09:43 +04:00
|
|
|
.It Sy USE_HESIOD
|
|
|
|
.YorN
|
|
|
|
Indicates whether Hesiod support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKHESIOD=no ,
|
|
|
|
.Sy USE_HESIOD
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_INET6
|
|
|
|
.YorN
|
|
|
|
Indicates whether INET6 (IPv6) support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKINET6=no ,
|
|
|
|
.Sy USE_INET6
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_JEMALLOC
|
|
|
|
.YorN
|
|
|
|
Indicates whether the
|
|
|
|
.Em jemalloc
|
|
|
|
allocator
|
|
|
|
.Pq which is designed for improved performance with threaded applications
|
|
|
|
is used instead of the
|
|
|
|
.Em phkmalloc
|
|
|
|
allocator
|
|
|
|
.Pq that was the default until Nx 5.0 .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_KERBEROS
|
|
|
|
.YorN
|
|
|
|
Indicates whether Kerberos v5 support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKKERBEROS=no ,
|
|
|
|
.Sy USE_KERBEROS
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_LDAP
|
|
|
|
.YorN
|
|
|
|
Indicates whether LDAP support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKLDAP=no ,
|
|
|
|
.Sy USE_LDAP
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_PAM
|
|
|
|
.YorN
|
|
|
|
Indicates whether
|
|
|
|
.Xr pam 8
|
|
|
|
support is enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKPAM=no ,
|
|
|
|
.Sy USE_PAM
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
|
|
|
.It Sy USE_SKEY
|
|
|
|
.YorN
|
|
|
|
Indicates whether S/key support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKSKEY=no ,
|
|
|
|
.Sy USE_SKEY
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.Pp
|
|
|
|
This is mutually exclusive to
|
|
|
|
.Sy USE_PAM!=no .
|
|
|
|
.
|
|
|
|
.It Sy USE_SSP
|
|
|
|
.YorN
|
|
|
|
Indicates whether GCC stack-smashing protection (SSP) support,
|
|
|
|
which detects stack overflows and aborts the program,
|
|
|
|
is enabled.
|
|
|
|
This imposes some performance penalty.
|
|
|
|
.DFLTn
|
|
|
|
.
|
|
|
|
.It Sy USE_YP
|
|
|
|
.YorN
|
|
|
|
Indicates whether YP (NIS) support is
|
|
|
|
enabled in the various applications that support it.
|
|
|
|
If
|
|
|
|
.Sy MKYP=no ,
|
|
|
|
.Sy USE_YP
|
|
|
|
will also be forced to
|
|
|
|
.Dq no .
|
|
|
|
.DFLTy
|
|
|
|
.
|
2003-07-18 19:44:50 +04:00
|
|
|
.It Sy USETOOLS
|
|
|
|
Indicates whether the tools specified by
|
|
|
|
.Sy TOOLDIR
|
|
|
|
should be used as part of a build in progress.
|
|
|
|
Must be set to
|
|
|
|
.Dq yes
|
|
|
|
if cross-compiling.
|
|
|
|
.Bl -tag -width "never"
|
|
|
|
.It Sy yes
|
|
|
|
Use the tools from
|
|
|
|
.Sy TOOLDIR .
|
|
|
|
.It Sy no
|
|
|
|
Do not use the tools from
|
|
|
|
.Sy TOOLDIR ,
|
|
|
|
but refuse to build native compilation tool components that are
|
|
|
|
version-specific for that tool.
|
|
|
|
.It Sy never
|
|
|
|
Do not use the tools from
|
|
|
|
.Sy TOOLDIR ,
|
|
|
|
even when building native tool components.
|
|
|
|
This is similar to the traditional
|
|
|
|
.Nx
|
|
|
|
build method, but does
|
|
|
|
.Em not
|
|
|
|
verify that the compilation tools in use are up-to-date enough in order
|
|
|
|
to build the tree successfully.
|
|
|
|
This may cause build or runtime problems when building the whole
|
|
|
|
.Nx
|
|
|
|
source tree.
|
|
|
|
.El
|
|
|
|
.DFLT
|
|
|
|
.Dq yes
|
|
|
|
if building all or part of a whole
|
|
|
|
.Nx
|
|
|
|
source tree (detected automatically);
|
|
|
|
.Dq no
|
|
|
|
otherwise (to preserve traditional semantics of the
|
|
|
|
.Aq bsd.*.mk
|
|
|
|
.Xr make 1
|
|
|
|
include files).
|
|
|
|
.
|
2008-11-10 02:02:28 +03:00
|
|
|
.It Sy X11FLAVOUR
|
|
|
|
Picks which X11 distribution to cross-build with
|
|
|
|
.Nx .
|
|
|
|
Set to either
|
|
|
|
.Dq Xorg
|
|
|
|
or
|
|
|
|
.Dq XFree86 .
|
|
|
|
Only relevant if
|
|
|
|
.Sy MKX11!=no .
|
|
|
|
.Pp
|
|
|
|
.Em Default :
|
|
|
|
.Dq Xorg
|
2008-11-15 14:27:49 +03:00
|
|
|
on alpha, i386, macppc, shark and sparc64 platforms.
|
2008-11-10 02:02:28 +03:00
|
|
|
.Dq XFree86
|
|
|
|
on everything else.
|
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.El
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
2003-03-31 20:45:42 +04:00
|
|
|
.Ss pkgsrc system variables
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
2007-03-02 14:38:24 +03:00
|
|
|
Please see the pkgsrc guide at
|
|
|
|
.Pa http://www.netbsd.org/Documentation/pkgsrc/
|
|
|
|
or
|
|
|
|
.Pa pkgsrc/doc/pkgsrc.txt
|
1999-02-21 17:23:29 +03:00
|
|
|
for more variables used internally by the package system and
|
2005-03-12 19:13:38 +03:00
|
|
|
.Pa ${PKGSRCDIR}/mk/defaults/mk.conf
|
1999-02-17 03:54:53 +03:00
|
|
|
for package-specific examples.
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/mk.conf
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.It Pa /etc/mk.conf
|
|
|
|
This file.
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
2005-03-12 19:13:38 +03:00
|
|
|
.It Pa ${PKGSRCDIR}/mk/defaults/mk.conf
|
1999-02-24 17:22:36 +03:00
|
|
|
Examples for settings regarding the pkgsrc collection.
|
1999-02-17 03:08:42 +03:00
|
|
|
.El
|
2003-07-18 19:44:50 +04:00
|
|
|
.
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sh SEE ALSO
|
1999-02-21 17:23:29 +03:00
|
|
|
.Xr make 1 ,
|
2007-03-02 14:38:24 +03:00
|
|
|
.Pa /usr/share/mk/bsd.README ,
|
|
|
|
.Pa pkgsrc/doc/pkgsrc.txt ,
|
|
|
|
.Pa http://www.netbsd.org/Documentation/pkgsrc/
|
1999-02-17 03:08:42 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
file appeared in
|
|
|
|
.Nx 1.2 .
|