NetBSD/usr.sbin/moused/Makefile
augustss cf866544bb Add moused, a daemon to take input from a serial mouse and feed it to
a wsmux.  This way serial mice can be accessed via /dev/wsmouse like all
other mice.
This program is heavily based on the FreeBSD moused program.
2001-10-29 23:23:41 +00:00

8 lines
128 B
Makefile

# $NetBSD: Makefile,v 1.1 2001/10/29 23:23:42 augustss Exp $
PROG= moused
MAN= moused.8
SRCS= moused.c
.include <bsd.prog.mk>