Module Name:    src
Committed By:   rin
Date:           Wed Jun 14 01:16:28 UTC 2023

Modified Files:
        src/share/man/man5: mk.conf.5

Log Message:
Cite src/sys/rump/README.compileopts as a reference for MKRUMP.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/share/man/man5/mk.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.103 src/share/man/man5/mk.conf.5:1.104
--- src/share/man/man5/mk.conf.5:1.103	Sun Jun 11 20:33:46 2023
+++ src/share/man/man5/mk.conf.5	Wed Jun 14 01:16:28 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mk.conf.5,v 1.103 2023/06/11 20:33:46 lukem Exp $
+.\"	$NetBSD: mk.conf.5,v 1.104 2023/06/14 01:16:28 rin Exp $
 .\"
 .\"  Copyright (c) 1999-2023 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 June 11, 2023
+.Dd June 14, 2023
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -747,6 +747,12 @@ will be installed.
 .NODEF NODOC
 .NOVAR MKSHARE=no
 .DFLTy
+.Pp
+.Em Note :
+see also
+.Pa src/sys/rump/README.compileopts
+for variables used during the build of the
+.Xr rump 3 .
 .
 .It Sy MKDTB
 .YorN
@@ -767,6 +773,12 @@ on other platforms.
 .YorN
 Indicates whether the Device Tree Compiler (dtc) will be built and installed.
 .DFLTy
+.Pp
+.Em Note :
+see also
+.Pa src/sys/rump/README.compileopts
+for variables used during the build of the
+.Xr rump 3 .
 .
 .It Sy MKDTRACE
 .YorN

Reply via email to