]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/moused/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>