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

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

Log Message:
no longer needs libsdp


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/btpand/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/btpand/Makefile
diff -u src/usr.sbin/btpand/Makefile:1.3 src/usr.sbin/btpand/Makefile:1.4
--- src/usr.sbin/btpand/Makefile:1.3	Thu May  7 18:08:55 2009
+++ src/usr.sbin/btpand/Makefile	Tue May 12 13:11:18 2009
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/12 13:11:18 plunky Exp $
 #
 
 PROG=	btpand
 MAN=	btpand.8
 SRCS=	btpand.c bnep.c channel.c client.c packet.c server.c sdp.c tap.c
 
-DPADD+=	${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL}
-LDADD+=	-lbluetooth -lsdp -levent -lutil
+DPADD+=	${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL}
+LDADD+=	-lbluetooth -levent -lutil
 
 CPPFLAGS+=	-DSDP_COMPAT
 

Reply via email to