94a804c558
usage output from moused, but it is a start for anyone else who wants to expand on it. Closed PR# 1552.
10 lines
117 B
Makefile
10 lines
117 B
Makefile
PROG= moused
|
|
SRCS= moused.c
|
|
MAN8= moused.8
|
|
|
|
#BINOWN= root
|
|
#BINMODE=4555
|
|
#INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|