]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/usbhidaction/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / usbhidaction / Makefile
1 #       $FreeBSD$
2 #       $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
3
4 PROG=   usbhidaction
5
6 LDADD=  -lusbhid
7 DPADD=  ${LIBUSBHID}
8
9 .include <bsd.prog.mk>