aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-03-28 18:44:25 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-03-28 18:44:25 +0000
commit7b8cfc5217ae8baeb727c452a8057e437caee3ba (patch)
tree77dc9aaa8c39041cad8348f799789d22c14ce176 /usr.bin/usbhidctl
parent7793e75522f13cd778e4c301ee235d74aaa0746c (diff)
downloadsrc-7b8cfc5217ae8baeb727c452a8057e437caee3ba.tar.gz
src-7b8cfc5217ae8baeb727c452a8057e437caee3ba.zip
Notes
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 87a7c743e3c3..9636f667c1b0 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>