1 1.4 plunky # $NetBSD: Makefile,v 1.4 2009/05/07 18:12:08 plunky Exp $ 2 1.3 tls 3 1.3 tls USE_FORT?= yes # network client 4 1.1 gdamore 5 1.1 gdamore PROG= sdpquery 6 1.1 gdamore MAN= sdpquery.1 7 1.2 tron SRCS= sdpquery.c search.c 8 1.1 gdamore 9 1.1 gdamore DPADD+= ${LIBBLUETOOTH} ${LIBSDP} 10 1.1 gdamore LDADD+= -lbluetooth -lsdp 11 1.1 gdamore 12 1.4 plunky CPPFLAGS+= -DSDP_COMPAT 13 1.4 plunky 14 1.1 gdamore .include <bsd.prog.mk> 15