Wed Jun 14 02:28:41 2023 UTC ()
Fix previous. Patch mistakenly applied somehow...


(rin)
diff -r1.104 -r1.105 src/share/man/man5/mk.conf.5

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

--- src/share/man/man5/mk.conf.5 2023/06/14 01:16:28 1.104
+++ src/share/man/man5/mk.conf.5 2023/06/14 02:28:41 1.105
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mk.conf.5,v 1.104 2023/06/14 01:16:28 rin Exp $ 1.\" $NetBSD: mk.conf.5,v 1.105 2023/06/14 02:28:41 rin Exp $
2.\" 2.\"
3.\" Copyright (c) 1999-2023 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999-2023 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
@@ -737,58 +737,46 @@ files. @@ -737,58 +737,46 @@ files.
737This is useful when stale dependencies are present, 737This is useful when stale dependencies are present,
738to list the exact files that need refreshing, but 738to list the exact files that need refreshing, but
739it is possibly slower than inlining. 739it is possibly slower than inlining.
740.DFLTn 740.DFLTn
741. 741.
742.It Sy MKDOC 742.It Sy MKDOC
743.YorN 743.YorN
744Indicates whether system documentation destined for 744Indicates whether system documentation destined for
745.Sy DESTDIR Ns Pa /usr/share/doc 745.Sy DESTDIR Ns Pa /usr/share/doc
746will be installed. 746will be installed.
747.NODEF NODOC 747.NODEF NODOC
748.NOVAR MKSHARE=no 748.NOVAR MKSHARE=no
749.DFLTy 749.DFLTy
750.Pp 
751.Em Note : 
752see also 
753.Pa src/sys/rump/README.compileopts 
754for variables used during the build of the 
755.Xr rump 3 . 
756. 750.
757.It Sy MKDTB 751.It Sy MKDTB
758.YorN 752.YorN
759Indicates whether the devicetree blobs will be built and installed. 753Indicates whether the devicetree blobs will be built and installed.
760.DFLT 754.DFLT
761.Dq yes 755.Dq yes
762on 756on
763.Sy aarch64 , 757.Sy aarch64 ,
764.Sy armv6 , 758.Sy armv6 ,
765.Sy armv7 , 759.Sy armv7 ,
766.Sy riscv32 , 760.Sy riscv32 ,
767and 761and
768.Sy riscv64 ; 762.Sy riscv64 ;
769.Dq no 763.Dq no
770on other platforms. 764on other platforms.
771. 765.
772.It Sy MKDTC 766.It Sy MKDTC
773.YorN 767.YorN
774Indicates whether the Device Tree Compiler (dtc) will be built and installed. 768Indicates whether the Device Tree Compiler (dtc) will be built and installed.
775.DFLTy 769.DFLTy
776.Pp 
777.Em Note : 
778see also 
779.Pa src/sys/rump/README.compileopts 
780for variables used during the build of the 
781.Xr rump 3 . 
782. 770.
783.It Sy MKDTRACE 771.It Sy MKDTRACE
784.YorN 772.YorN
785Indicates whether the kernel modules, utilities, and libraries for 773Indicates whether the kernel modules, utilities, and libraries for
786.Xr dtrace 1 774.Xr dtrace 1
787support are to be built and installed. 775support are to be built and installed.
788.DFLT 776.DFLT
789.Dq yes 777.Dq yes
790on 778on
791.Sy aarch64 , 779.Sy aarch64 ,
792.Sy amd64 , 780.Sy amd64 ,
793and 781and
794.Sy i386 ; 782.Sy i386 ;
@@ -1524,26 +1512,32 @@ by giving @@ -1524,26 +1512,32 @@ by giving
1524.Sy build.sh 1512.Sy build.sh
1525the 1513the
1526.Fl P 1514.Fl P
1527option. 1515option.
1528.DFLTu 1516.DFLTu
1529. 1517.
1530.It Sy MKRUMP 1518.It Sy MKRUMP
1531.YorN 1519.YorN
1532Indicates whether the 1520Indicates whether the
1533.Xr rump 3 1521.Xr rump 3
1534headers, libraries, and programs are to be installed. 1522headers, libraries, and programs are to be installed.
1535.NOVAR COVERITY_TOP_CONFIG No is defined 1523.NOVAR COVERITY_TOP_CONFIG No is defined
1536.DFLTy 1524.DFLTy
 1525.Pp
 1526.Em Note :
 1527see also
 1528.Pa src/sys/rump/README.compileopts
 1529for variables used during the build of the
 1530.Xr rump 3 .
1537. 1531.
1538.It Sy MKSANITIZER 1532.It Sy MKSANITIZER
1539.YorN 1533.YorN
1540Indicates whether to use the sanitizer to compile userland programs, 1534Indicates whether to use the sanitizer to compile userland programs,
1541using the sanitizer defined by 1535using the sanitizer defined by
1542.Sy USE_SANITIZER . 1536.Sy USE_SANITIZER .
1543.NODEF NOSANITIZER 1537.NODEF NOSANITIZER
1544.DFLTn 1538.DFLTn
1545. 1539.
1546.It Sy MKSHARE 1540.It Sy MKSHARE
1547.YorN 1541.YorN
1548Indicates whether files destined to reside in 1542Indicates whether files destined to reside in
1549.Sy DESTDIR Ns Pa /usr/share 1543.Sy DESTDIR Ns Pa /usr/share