Module Name:    src
Committed By:   mrg
Date:           Tue Feb 19 21:08:21 UTC 2019

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

Log Message:
add X11MOTIFPATH and note that MKX11MOTIF needs motif installed.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 src/share/man/man5/mk.conf.5:1.77
--- src/share/man/man5/mk.conf.5:1.76	Sun May 21 15:28:42 2017
+++ src/share/man/man5/mk.conf.5	Tue Feb 19 21:08:21 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mk.conf.5,v 1.76 2017/05/21 15:28:42 riastradh Exp $
+.\"	$NetBSD: mk.conf.5,v 1.77 2019/02/19 21:08:21 mrg 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 April 20, 2017
+.Dd February 19, 2019
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -825,11 +825,21 @@ If
 do not build and install the X fonts.
 .DFLTy
 .
+.It Sy X11MOTIFPATH
+Location of the Motif installation to use if setting
+.Sy MKX11MOTIF
+to
+.Dq yes .
+.DFLT
+.Pa /usr/pkg
+.
 .It Sy MKX11MOTIF
 .YorN
 If
 .Dq yes ,
 build the native Xorg libGLw with Motif stubs.
+Requires that Motif can be found via
+.Sy X11MOTIFPATH .
 .DFLTn
 .
 .It Sy MKYP

Reply via email to