Module Name: src Committed By: plunky Date: Tue May 12 13:13:35 UTC 2009
Modified Files: src/usr.bin/rfcomm_sppd: Makefile Log Message: does no longer need libsdp To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/rfcomm_sppd/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/rfcomm_sppd/Makefile diff -u src/usr.bin/rfcomm_sppd/Makefile:1.3 src/usr.bin/rfcomm_sppd/Makefile:1.4 --- src/usr.bin/rfcomm_sppd/Makefile:1.3 Thu May 7 18:08:55 2009 +++ src/usr.bin/rfcomm_sppd/Makefile Tue May 12 13:13:34 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:13:34 plunky Exp $ USE_FORT?= yes # network client/server PROG= rfcomm_sppd SRCS= rfcomm_sppd.c rfcomm_sdp.c -DPADD+= ${LIBBLUETOOTH} ${LIBSDP} -LDADD+= -lbluetooth -lsdp +DPADD+= ${LIBBLUETOOTH} +LDADD+= -lbluetooth CPPFLAGS+= -DSDP_COMPAT