Home | History | Annotate | Line # | Download | only in xf86-input-elographics
      1 #	$NetBSD: Makefile,v 1.2 2015/11/06 21:32:22 szptvlfn Exp $
      2 
      3 DRIVER=		xf86-input-elographics
      4 DRIVER_NAME=	elographics_drv
      5 
      6 SRCS=		xf86Elo.c
      7 MAN=		elographics.4
      8 
      9 CPPFLAGS+=	-DHAVE_CONFIG_H \
     10 		-I${X11SRCDIR.${DRIVER}}/../include
     11 
     12 COPTS.xf86Elo.c=      -Wno-error	# XXX deprecated
     13 
     14 .include "../Makefile.xf86-driver"
     15