Module Name: src
Committed By: mrg
Date: Sun Nov 21 02:34:16 UTC 2010
Added Files:
src/external/mit/xorg/bin/bitmap/app-defaults: Makefile
Log Message:
install the bitmap app-defaults here due to Bitmap.c vs. app-defaults/Bitmap
conflicts.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/bin/bitmap/app-defaults/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/mit/xorg/bin/bitmap/app-defaults/Makefile
diff -u /dev/null src/external/mit/xorg/bin/bitmap/app-defaults/Makefile:1.1
--- /dev/null Sun Nov 21 02:34:16 2010
+++ src/external/mit/xorg/bin/bitmap/app-defaults/Makefile Sun Nov 21 02:34:15 2010
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2010/11/21 02:34:15 mrg Exp $
+
+.include <bsd.own.mk>
+
+.PATH: ${X11SRCDIR.bitmap}/app-defaults
+APPDEFS=Bitmap Bitmap-color
+
+.include <bsd.x11.mk>
+.include <bsd.prog.mk>