cf866544bb
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.
8 lines
128 B
Makefile
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>
|