Module Name: src
Committed By: mbalmer
Date: Sat Nov 28 17:27:30 UTC 2009
Added Files:
src/external/mit/xorg/server/drivers/xf86-input-elographics: Makefile
Log Message:
Forgotten commit. Noticed by snj, thanks!
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-input-elographics/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/server/drivers/xf86-input-elographics/Makefile
diff -u /dev/null src/external/mit/xorg/server/drivers/xf86-input-elographics/Makefile:1.1
--- /dev/null Sat Nov 28 17:27:30 2009
+++ src/external/mit/xorg/server/drivers/xf86-input-elographics/Makefile Sat Nov 28 17:27:30 2009
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2009/11/28 17:27:30 mbalmer Exp $
+
+DRIVER= xf86-input-elographics
+DRIVER_NAME= elographics_drv
+
+SRCS= xf86Elo.c
+MAN= elographics.4
+
+CPPFLAGS+= -DHAVE_CONFIG_H \
+ -I${X11SRCDIR.${DRIVER}}/../include \
+
+COPTS.xf86Elo.c= -Wno-error # XXX deprecated
+
+.include "../Makefile.xf86-driver"