Home | History | Annotate | Line # | Download | only in xf86-input-mouse
Makefile revision 1.4.6.1
      1 #	$NetBSD: Makefile,v 1.4.6.1 2012/04/17 00:04:50 yamt 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