]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/usbhidaction/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>