Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / drivers / xf86-input-mouse / Makefile
blobef57796901f62c562537fb658d9fc3f41dbe04c7
1 # $NetBSD: Makefile,v 1.7 2015/07/22 09:49:51 mrg Exp $
3 WARNS?= 2
5 DRIVER= xf86-input-mouse
6 DRIVER_NAME= mouse_drv
8 SRCS= mouse.c pnp.c bsd_mouse.c
9 MAN= mousedrv.4
11 CPPFLAGS+= -DHAVE_XORG_CONFIG_H -DHAVE_ASPRINTF
12 CPPFLAGS+= -I${X11SRCDIR.${DRIVER}}/include
14 INCSDIR= ${X11INCDIR}/xorg
15 INCS= xf86-mouse-properties.h
17 PKGCONFIG= xorg-mouse
18 PKGDIST.xorg-mouse= ${X11SRCDIR.${DRIVER}}
20 .include "../Makefile.xf86-driver"
22 .PATH: ${X11SRCDIR.${DRIVER}}/include
23 .PATH: ${X11SRCDIR.${DRIVER}}
25 XORG_PKG_VER_PROG= ${DRIVER}
26 .include "../../../xorg-pkg-ver.mk"