mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
usage output from moused, but it is a start for anyone else who wants to expand on it. Closed PR# 1552.
9 lines
117 B
Makefile
9 lines
117 B
Makefile
PROG= moused
|
|
SRCS= moused.c
|
|
MAN8= moused.8
|
|
|
|
#BINOWN= root
|
|
#BINMODE=4555
|
|
#INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|