aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl
diff options
context:
space:
mode:
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 3738b506cea2..f0b5758bb936 100644
--- a/usr.bin/usbhidctl/Makefile
+++ b/usr.bin/usbhidctl/Makefile
@@ -3,7 +3,7 @@
PROG= usbhidctl
SRCS= usbhid.c
-DPADD= ${LIBUSBHID}
-LDADD= -lusbhid
+
+LIBADD= usbhid
.include <bsd.prog.mk>