Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xinput / Makefile
blobd308d65daeb87595c69f7d3d7e0cb6e3346b8c36
1 # $NetBSD: Makefile,v 1.5 2011/05/23 17:44:41 dsl Exp $
3 .include <bsd.own.mk>
5 PROG= xinput
6 SRCS= buttonmap.c feedback.c list.c property.c setint.c setmode.c \
7 setptr.c state.c test.c xinput.c
9 CPPFLAGS+= -DVERSION='"1.4.0"'
11 LDADD+= -lXi -lX11 -lm
12 DPADD+= ${LIBXI} ${LIBM}
13 .PATH: ${X11SRCDIR.${PROG}}/src
14 .PATH: ${X11SRCDIR.${PROG}}/man
16 .include <bsd.x11.mk>
17 .include <bsd.prog.mk>