summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidctl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-03-28 18:44:25 +0000
committerjoe <joe@FreeBSD.org>2002-03-28 18:44:25 +0000
commit3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a (patch)
tree77dc9aaa8c39041cad8348f799789d22c14ce176 /usr.bin/usbhidctl
parentd64659ecabadee8a20d89336cf69d375a2953bd3 (diff)
downloadFreeBSD-src-3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a.zip
FreeBSD-src-3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a.tar.gz
Install libusbhid, and use it instead of libusb.
MFC after: 6 days
Diffstat (limited to 'usr.bin/usbhidctl')
-rw-r--r--usr.bin/usbhidctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile
index 87a7c74..9636f66 100644
--- a/usr.bin/usbhidctl/Makefile
+++ b/usr.bin/usbhidctl/Makefile
@@ -6,8 +6,8 @@
PROG= usbhidctl
SRCS= usbhid.c
-LDADD+= -lusb
-DPADD+= ${LIBUSB}
+LDADD+= -lusbhid
+DPADD+= ${LIBUSBHID}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud