no longer needs libsdp
This commit is contained in:
parent
c9c58ee818
commit
cf71b1e8c5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user