Tue Oct 27 06:33:38 2020 UTC ()
Document MKKDEBUG. Thanks martin for letting me know.


(rin)
diff -r1.80 -r1.81 src/share/man/man5/mk.conf.5

cvs diff -r1.80 -r1.81 src/share/man/man5/mk.conf.5 (expand / switch to unified diff)

--- src/share/man/man5/mk.conf.5 2020/07/15 17:46:06 1.80
+++ src/share/man/man5/mk.conf.5 2020/10/27 06:33:38 1.81
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mk.conf.5,v 1.80 2020/07/15 17:46:06 leot Exp $ 1.\" $NetBSD: mk.conf.5,v 1.81 2020/10/27 06:33:38 rin Exp $
2.\" 2.\"
3.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn. 7.\" by Luke Mewburn.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd July 15, 2020 30.Dd October 27, 2020
31.Dt MK.CONF 5 31.Dt MK.CONF 5
32.Os 32.Os
33.\" turn off hyphenation 33.\" turn off hyphenation
34.hym 999 34.hym 999
35. 35.
36.Sh NAME 36.Sh NAME
37.Nm mk.conf 37.Nm mk.conf
38.Nd make configuration file 38.Nd make configuration file
39. 39.
40.Sh DESCRIPTION 40.Sh DESCRIPTION
41The 41The
42.Nm 42.Nm
43file overrides various parameters used during the build of the system. 43file overrides various parameters used during the build of the system.
@@ -465,26 +465,37 @@ most of the compilation tools, will be b @@ -465,26 +465,37 @@ most of the compilation tools, will be b
465.It Sy MKIPFILTER 465.It Sy MKIPFILTER
466.YorN 466.YorN
467Indicates whether the 467Indicates whether the
468.Xr ipf 4 468.Xr ipf 4
469programs, headers and other components will be built and installed. 469programs, headers and other components will be built and installed.
470.DFLTy 470.DFLTy
471. 471.
472.It Sy MKISCSI 472.It Sy MKISCSI
473.YorN 473.YorN
474Indicates whether the iSCSI library and applications are 474Indicates whether the iSCSI library and applications are
475built and installed. 475built and installed.
476.DFLTy 476.DFLTy
477. 477.
 478.It Sy MKKDEBUG
 479.YorN
 480Indicates whether debugging symbols will be built for kernels
 481by default; pretend as if
 482.Em makeoptions DEBUG="-g"
 483is specified in kernel configuration files.
 484See
 485.Xr options 4
 486for details.
 487.DFLTn
 488.
478.It Sy MKKERBEROS 489.It Sy MKKERBEROS
479.YorN 490.YorN
480Indicates whether the Kerberos v5 infrastructure 491Indicates whether the Kerberos v5 infrastructure
481(libraries and support programs) is built and installed. 492(libraries and support programs) is built and installed.
482Caution: the default 493Caution: the default
483.Xr pam 8 494.Xr pam 8
484configuration requires that Kerberos be present even if not used. 495configuration requires that Kerberos be present even if not used.
485Do not install a userland without Kerberos without also either 496Do not install a userland without Kerberos without also either
486updating the 497updating the
487.Xr pam.conf 5 498.Xr pam.conf 5
488files or disabling PAM via 499files or disabling PAM via
489.Sy MKPAM . 500.Sy MKPAM .
490Otherwise all logins will fail. 501Otherwise all logins will fail.