mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
PROG= moused
|
|
SRCS= moused.c
|
|
MAN8= moused.8
|
|
|
|
#BINMODE=4555
|
|
#INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|