diff options
| author | plunky <plunky@NetBSD.org> | 2009-05-12 13:11:18 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2009-05-12 13:11:18 +0000 |
| commit | cf71b1e8c5e5fd9eea7fda3bb02470b5f98069e6 (patch) | |
| tree | 9f5120fe735c47a813228e7a4736372341db1692 | |
| parent | c9c58ee81831ba7bad71a91c608d314036d98945 (diff) | |
no longer needs libsdp
| -rw-r--r-- | usr.bin/bthset/Makefile | 6 | ||||
| -rw-r--r-- | usr.sbin/btpand/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/bthset/Makefile b/usr.bin/bthset/Makefile index 3e734f80102..0ead9c7dd95 100644 --- a/usr.bin/bthset/Makefile +++ b/usr.bin/bthset/Makefile @@ -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 @@ PROG= bthset SRCS= bthset.c MAN= bthset.1 -DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBSDP} -LDADD+= -lbluetooth -levent -lsdp +DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} +LDADD+= -lbluetooth -levent CPPFLAGS+= -DSDP_COMPAT diff --git a/usr.sbin/btpand/Makefile b/usr.sbin/btpand/Makefile index 13eaa0e0337..ea870690c44 100644 --- a/usr.sbin/btpand/Makefile +++ b/usr.sbin/btpand/Makefile @@ -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 |
