summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/usbhidctl/Makefile')
-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 9fe0245bd5b..2ddba645f55 100644
--- a/usr.bin/usbhidctl/Makefile
+++ b/usr.bin/usbhidctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2001/09/02 17:55:29 pvalchev Exp $
+# $OpenBSD: Makefile,v 1.2 2001/12/30 07:10:42 pvalchev Exp $
# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
PROG= usbhidctl
SRCS= usbhid.c
-LDADD+= -lusb
+LDADD+= -lusbhid
DPADD+= ${LIBUSB}
.include <bsd.prog.mk>