971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
14 lines
317 B
Makefile
14 lines
317 B
Makefile
# $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"
|