freebsd-dev/usr.sbin/moused/Makefile
Mike Pritchard 94a804c558 Add man page for moused(8). It is basically a rehash of the
usage output from moused, but it is a start for anyone
else who wants to expand on it.

Closed PR# 1552.
1996-12-16 01:05:00 +00:00

10 lines
117 B
Makefile

PROG= moused
SRCS= moused.c
MAN8= moused.8
#BINOWN= root
#BINMODE=4555
#INSTALLFLAGS=-fschg
.include <bsd.prog.mk>