Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Document some more build options. Delint.



details:   https://anonhg.NetBSD.org/src/rev/ce3b02cb861c
branches:  trunk
changeset: 366411:ce3b02cb861c
user:      nia <nia%NetBSD.org@localhost>
date:      Thu May 26 06:33:03 2022 +0000

description:
Document some more build options. Delint.

diffstat:

 share/man/man5/mk.conf.5 |  37 ++++++++++++++++++++++++++++++++-----
 1 files changed, 32 insertions(+), 5 deletions(-)

diffs (86 lines):

diff -r 057120b8d850 -r ce3b02cb861c share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5  Thu May 26 06:23:57 2022 +0000
+++ b/share/man/man5/mk.conf.5  Thu May 26 06:33:03 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mk.conf.5,v 1.88 2022/05/25 21:25:47 nia Exp $
+.\"    $NetBSD: mk.conf.5,v 1.89 2022/05/26 06:33:03 nia Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 23, 2022
+.Dd May 26, 2022
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -406,7 +406,7 @@
 .
 .It Sy MKDHCPD
 .YorN
-Indicates whether 
+Indicates whether
 .Xr dhcpd 8
 will be built and installed.
 .DFLTy
@@ -643,7 +643,7 @@
 .It Sy MKMROUITNG
 .YorN
 Indicates whether multicast routing applications will be built and
-installed, i.e. 
+installed, i.e.
 .Xr map-mbone 8 ,
 .Xr mrinfo 8 ,
 .Xr mrouted 8 ,
@@ -660,6 +660,14 @@
 built and installed.
 .DFLTy
 .
+.It Sy MKNOUVEAUFIRMWARE
+.YorN
+Indicates whether to install the
+.Pa /libdata/firmware/nouveau
+directory, which is necessary for the nvidia DRM driver.
+.DFLT
+Platform dependent.
+.
 .It Sy MKNPF
 .YorN
 Indicates whether the NPF packet filter is to be built and installed.
@@ -751,7 +759,8 @@
 .It Sy MKPIE
 Indicates whether Position Independent Executables (PIE)
 are built and installed.
-.DFLTn
+.DFLT
+Platform dependent.
 .
 .It Sy MKPIGZGZIP
 .YorN
@@ -788,6 +797,24 @@
 results.
 .DFLTn
 .
+.It Sy MKRADEONFIRMWARE
+.YorN
+Indicates whether to install the
+.Pa /libdata/firmware/radeon
+directory, which is necessary for the radeon DRM driver.
+.DFLT
+Platform dependent.
+.
+.It Sy MKRELRO
+If
+.Dq partial ,
+set the non-PLT GOT to read-only.
+If
+.Dq full ,
+also force immediate symbol binding.
+.DFLT
+Platform dependent.
+.
 .It Sy MKRUMP
 .YorN
 Indicates whether the



Home | Main Index | Thread Index | Old Index