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