summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
commit71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d (patch)
tree3304513635084cc8218bccdfe0c0000f04f281f9 /usr.sbin/bluetooth
parent63ebea533e98c5b536a3e4f9d5e6eb2d515386e2 (diff)
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index 7ceba101d1b4..128bd20eee79 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -11,7 +11,7 @@ CFLAGS+= -I${.CURDIR}
WARNS?= 6
DEBUG_FLAGS= -g
-DPADD= ${LIBBLUETOOTH} ${LIBSDP}
+DPADD= ${LIBBLUETOOTH} ${LIBUSBHID}
LDADD= -lbluetooth -lusbhid
.include <bsd.prog.mk>