1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/moused/Makefile
2005-08-24 17:27:06 +00:00

13 lines
127 B
Makefile

# $FreeBSD$
PROG= moused
MAN= moused.8
DPADD= ${LIBUTIL}
LDADD= -lutil
#BINMODE=4555
#PRECIOUSPROG=
.include <bsd.prog.mk>