Module Name: src
Committed By: mrg
Date: Sat Nov 20 22:40:00 UTC 2010
Modified Files:
src/external/mit/xorg/bin/xmh: Makefile
Log Message:
add the app-defaults dir, to prepare for xmh 1.0.2
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xmh/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/xmh/Makefile
diff -u src/external/mit/xorg/bin/xmh/Makefile:1.2 src/external/mit/xorg/bin/xmh/Makefile:1.3
--- src/external/mit/xorg/bin/xmh/Makefile:1.2 Mon Nov 9 00:41:25 2009
+++ src/external/mit/xorg/bin/xmh/Makefile Sat Nov 20 22:40:00 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/11/09 00:41:25 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/20 22:40:00 mrg Exp $
.include <bsd.own.mk>
@@ -17,7 +17,7 @@
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>