1 1.2 tron # $NetBSD: Makefile,v 1.2 2006/07/26 10:54:49 tron Exp $ 2 1.1 gdamore 3 1.1 gdamore PROG= sdpquery 4 1.1 gdamore MAN= sdpquery.1 5 1.2 tron SRCS= sdpquery.c search.c 6 1.1 gdamore 7 1.1 gdamore DPADD+= ${LIBBLUETOOTH} ${LIBSDP} 8 1.1 gdamore LDADD+= -lbluetooth -lsdp 9 1.1 gdamore 10 1.1 gdamore .include <bsd.prog.mk> 11