1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/usr.sbin/moused/Makefile

13 lines
140 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= moused
MAN= moused.8
DPADD= ${LIBUTIL} ${LIBM}
LDADD= -lutil -lm
2005-08-24 17:27:06 +00:00
#BINMODE=4555
#PRECIOUSPROG=
.include <bsd.prog.mk>