mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
PROG= moused
|
|
SRCS= moused.c
|
|
MAN8= moused.8
|
|
|
|
#BINMODE=4555
|
|
#INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|