Module Name:    src
Committed By:   mrg
Date:           Sat Nov 20 22:34:17 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/xload: Makefile

Log Message:
add the app-defaults dir, to prepare for xload 1.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xload/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/xload/Makefile
diff -u src/external/mit/xorg/bin/xload/Makefile:1.1.1.1 src/external/mit/xorg/bin/xload/Makefile:1.2
--- src/external/mit/xorg/bin/xload/Makefile:1.1.1.1	Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xload/Makefile	Sat Nov 20 22:34:17 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2010/11/20 22:34:17 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,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>

Reply via email to