Module Name: src
Committed By: mrg
Date: Mon Mar 4 09:25:05 UTC 2019
Modified Files:
src/external/mit/xorg/bin/xmore: Makefile
Log Message:
add new man subdir to .PATH
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xmore/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xmore/Makefile
diff -u src/external/mit/xorg/bin/xmore/Makefile:1.4 src/external/mit/xorg/bin/xmore/Makefile:1.5
--- src/external/mit/xorg/bin/xmore/Makefile:1.4 Sat Aug 14 09:26:46 2010
+++ src/external/mit/xorg/bin/xmore/Makefile Mon Mar 4 09:25:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/08/14 09:26:46 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2019/03/04 09:25:04 mrg Exp $
.include <bsd.own.mk>
@@ -13,7 +13,7 @@ LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXp
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} \
${LIBICE} ${LIBXPM} ${LIBXEXT} ${LIBX11}
-.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>