freebsd-dev/usr.sbin/moused/Makefile
Philip Paeps 86b3ea3634 Add dynamic acceleration to moused(8). This introduces a '-A' flag to control
the acceleration algorithm.  It can be used together with the '-a' flag for
regular acceleration.

PR:		bin/110003
Submitted by:	Oliver Fromme <olli -at- lurza.secnetix.de>
MFC after:	1 week
2007-03-11 20:02:26 +00:00

13 lines
140 B
Makefile

# $FreeBSD$
PROG= moused
MAN= moused.8
DPADD= ${LIBUTIL} ${LIBM}
LDADD= -lutil -lm
#BINMODE=4555
#PRECIOUSPROG=
.include <bsd.prog.mk>