Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / bin / xinput / Makefile
blob218dbe2c7d512c40e651eb498a9564bbaa5db68d
1 # $NetBSD: Makefile,v 1.2 2008/09/06 06:40:29 rtr 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 version.c xinput.c \
9 CPPFLAGS+= -DVERSION='"1.4.0"'
11 LDADD+= -lXi -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>