1 # $NetBSD: Makefile,v 1.2.14.1 2010/04/21 05:24:39 matt 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