diff options
| author | plunky <plunky@NetBSD.org> | 2009-05-07 18:12:08 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2009-05-07 18:12:08 +0000 |
| commit | 8650959ae7605e227eb238be583da75d6a4b4b6c (patch) | |
| tree | 3ac01aa890f48adf1de71c58182bcc2c96c7dd7f /usr.bin/sdpquery | |
| parent | 539b5ab31829818e7c29feae903fac0285e348b9 (diff) | |
ensure that sdpquery continues to build while I am in progress of
updating Service Discovery Protocol API
Diffstat (limited to 'usr.bin/sdpquery')
| -rw-r--r-- | usr.bin/sdpquery/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/sdpquery/Makefile b/usr.bin/sdpquery/Makefile index 6a7c3f65004..17ab14b1743 100644 --- a/usr.bin/sdpquery/Makefile +++ b/usr.bin/sdpquery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/05/28 12:06:31 tls Exp $ +# $NetBSD: Makefile,v 1.4 2009/05/07 18:12:08 plunky Exp $ USE_FORT?= yes # network client @@ -9,4 +9,6 @@ SRCS= sdpquery.c search.c DPADD+= ${LIBBLUETOOTH} ${LIBSDP} LDADD+= -lbluetooth -lsdp +CPPFLAGS+= -DSDP_COMPAT + .include <bsd.prog.mk> |
