1 # $NetBSD: Makefile,v 1.2.6.2 2008/10/19 22:41:14 haad Exp $ 2 3 DRIVER= xf86-input-mouse 4 DRIVER_NAME= mouse_drv 5 6 SRCS= mouse.c pnp.c 7 MAN= mousedrv.4 8 9 CPPFLAGS+= -DHAVE_CONFIG_H \ 10 -I${X11SRCDIR.${DRIVER}}/../include 11 12 .include "../Makefile.xf86-driver" 13