Module Name: src
Committed By: plunky
Date: Thu May 7 18:08:55 UTC 2009
Modified Files:
src/usr.bin/bthset: Makefile
src/usr.bin/rfcomm_sppd: Makefile
src/usr.sbin/btdevctl: Makefile
src/usr.sbin/btpand: Makefile
Log Message:
Ensure that these programs continue to build while I am in the
process of updating the Service Discovery Protocol API.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/bthset/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/rfcomm_sppd/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/btdevctl/Makefile
cvs rdiff -u -r1.2 -r1.3 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.bin/bthset/Makefile
diff -u src/usr.bin/bthset/Makefile:1.2 src/usr.bin/bthset/Makefile:1.3
--- src/usr.bin/bthset/Makefile:1.2 Mon May 28 12:06:24 2007
+++ src/usr.bin/bthset/Makefile Thu May 7 18:08:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/05/28 12:06:24 tls Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
USE_FORT?= yes # network client
@@ -9,4 +9,6 @@
DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBSDP}
LDADD+= -lbluetooth -levent -lsdp
+CPPFLAGS+= -DSDP_COMPAT
+
.include <bsd.prog.mk>
Index: src/usr.bin/rfcomm_sppd/Makefile
diff -u src/usr.bin/rfcomm_sppd/Makefile:1.2 src/usr.bin/rfcomm_sppd/Makefile:1.3
--- src/usr.bin/rfcomm_sppd/Makefile:1.2 Mon May 28 12:06:29 2007
+++ src/usr.bin/rfcomm_sppd/Makefile Thu May 7 18:08:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/05/28 12:06:29 tls Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
USE_FORT?= yes # network client/server
@@ -8,4 +8,6 @@
DPADD+= ${LIBBLUETOOTH} ${LIBSDP}
LDADD+= -lbluetooth -lsdp
+CPPFLAGS+= -DSDP_COMPAT
+
.include <bsd.prog.mk>
Index: src/usr.sbin/btdevctl/Makefile
diff -u src/usr.sbin/btdevctl/Makefile:1.2 src/usr.sbin/btdevctl/Makefile:1.3
--- src/usr.sbin/btdevctl/Makefile:1.2 Sun Sep 10 15:45:56 2006
+++ src/usr.sbin/btdevctl/Makefile Thu May 7 18:08:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/09/10 15:45:56 plunky Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
PROG= btdevctl
MAN= btdevctl.8
@@ -7,4 +7,6 @@
DPADD+= ${LIBBLUETOOTH} ${LIBPROP} ${LIBSDP} ${LIBUSBHID}
LDADD+= -lbluetooth -lprop -lsdp -lusbhid
+CPPFLAGS+= -DSDP_COMPAT
+
.include <bsd.prog.mk>
Index: src/usr.sbin/btpand/Makefile
diff -u src/usr.sbin/btpand/Makefile:1.2 src/usr.sbin/btpand/Makefile:1.3
--- src/usr.sbin/btpand/Makefile:1.2 Mon Aug 18 08:25:32 2008
+++ src/usr.sbin/btpand/Makefile Thu May 7 18:08:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/08/18 08:25:32 plunky Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
#
PROG= btpand
@@ -8,4 +8,6 @@
DPADD+= ${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL}
LDADD+= -lbluetooth -lsdp -levent -lutil
+CPPFLAGS+= -DSDP_COMPAT
+
.include <bsd.prog.mk>