]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/moused/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / moused / Makefile
1 # $FreeBSD$
2
3 PROG=   moused
4 MAN=    moused.8
5
6 WARNS?=6
7
8 DPADD=  ${LIBUTIL}  ${LIBM}
9 LDADD=  -lutil -lm
10
11 #BINMODE=4555
12 #PRECIOUSPROG=
13
14 .include <bsd.prog.mk>