1 1.1 gdamore # $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $ 2 1.1 gdamore 3 1.1 gdamore PROG= bthset 4 1.1 gdamore SRCS= bthset.c 5 1.1 gdamore MAN= bthset.1 6 1.1 gdamore 7 1.1 gdamore DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBSDP} 8 1.1 gdamore LDADD+= -lbluetooth -levent -lsdp 9 1.1 gdamore 10 1.1 gdamore .include <bsd.prog.mk> 11