1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/moused/Makefile

13 lines
140 B
Makefile

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