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 /usr.bin | |
| parent | c9c58ee81831ba7bad71a91c608d314036d98945 (diff) | |
no longer needs libsdp
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/bthset/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |
