Module Name:    src
Committed By:   plunky
Date:           Tue May 12 13:09:43 UTC 2009

Modified Files:
        src/usr.sbin/btdevctl: Makefile

Log Message:
does not need libsdp any longer


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/btdevctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/btdevctl/Makefile
diff -u src/usr.sbin/btdevctl/Makefile:1.3 src/usr.sbin/btdevctl/Makefile:1.4
--- src/usr.sbin/btdevctl/Makefile:1.3	Thu May  7 18:08:55 2009
+++ src/usr.sbin/btdevctl/Makefile	Tue May 12 13:09:43 2009
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/12 13:09:43 plunky Exp $
 
 PROG=		btdevctl
 MAN=		btdevctl.8
 SRCS=		btdevctl.c db.c print.c sdp.c
 
-DPADD+=		${LIBBLUETOOTH} ${LIBPROP} ${LIBSDP} ${LIBUSBHID}
-LDADD+=		-lbluetooth -lprop -lsdp -lusbhid
+DPADD+=		${LIBBLUETOOTH} ${LIBPROP} ${LIBUSBHID}
+LDADD+=		-lbluetooth -lprop -lusbhid
 
 CPPFLAGS+=	-DSDP_COMPAT
 

Reply via email to