Home | History | Annotate | Line # | Download | only in xf86-input-mouse
Makefile revision 1.2.8.1
      1 #	$NetBSD: Makefile,v 1.2.8.1 2009/09/17 04:24:35 snj Exp $
      2 
      3 DRIVER=		xf86-input-mouse
      4 DRIVER_NAME=	mouse_drv
      5 
      6 SRCS=		mouse.c pnp.c bsd_mouse.c
      7 MAN=		mousedrv.4
      8 
      9 CPPFLAGS+=	-DHAVE_CONFIG_H \
     10 		-I${X11SRCDIR.${DRIVER}}/../include
     11 
     12 COPTS.mouse.c=      -Wno-error	# XXX deprecated
     13 
     14 .include "../Makefile.xf86-driver"
     15