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

Modified Files:
        src/usr.bin/bthset: Makefile

Log Message:
no longer needs libsdp


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/bthset/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.bin/bthset/Makefile
diff -u src/usr.bin/bthset/Makefile:1.3 src/usr.bin/bthset/Makefile:1.4
--- src/usr.bin/bthset/Makefile:1.3	Thu May  7 18:08:55 2009
+++ src/usr.bin/bthset/Makefile	Tue May 12 13:12:21 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/12 13:12:21 plunky Exp $
 
 USE_FORT?= yes	# network client
 
@@ -6,8 +6,8 @@
 SRCS=		bthset.c
 MAN=		bthset.1
 
-DPADD+=		${LIBBLUETOOTH} ${LIBEVENT} ${LIBSDP}
-LDADD+=		-lbluetooth -levent -lsdp
+DPADD+=		${LIBBLUETOOTH} ${LIBEVENT}
+LDADD+=		-lbluetooth -levent
 
 CPPFLAGS+=	-DSDP_COMPAT
 

Reply via email to