]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/usbhidaction/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>