1 # $NetBSD: Makefile,v 1.5 2011/11/27 00:50:37 tsutsui Exp $ 2 3 WARNS?= 2 4 5 DRIVER= xf86-input-mouse 6 DRIVER_NAME= mouse_drv 7 8 SRCS= mouse.c pnp.c bsd_mouse.c 9 MAN= mousedrv.4 10 11 CPPFLAGS+= -DHAVE_CONFIG_H \ 12 -I${X11SRCDIR.${DRIVER}}/../include 13 14 .include "../Makefile.xf86-driver" 15