1 1.3.20.1 jym # $NetBSD: Makefile,v 1.3.20.1 2009/05/13 19:20:04 jym 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.3.20.1 jym SRCS= sdpquery.c command.c print.c 8 1.1 gdamore 9 1.3.20.1 jym DPADD+= ${LIBBLUETOOTH} 10 1.3.20.1 jym LDADD+= -lbluetooth 11 1.1 gdamore 12 1.1 gdamore .include <bsd.prog.mk> 13