1 1.5 plunky # $NetBSD: Makefile,v 1.5 2009/05/12 18:39:20 plunky Exp $ 2 1.1 plunky 3 1.1 plunky PROG= btdevctl 4 1.1 plunky MAN= btdevctl.8 5 1.2 plunky SRCS= btdevctl.c db.c print.c sdp.c 6 1.1 plunky 7 1.4 plunky DPADD+= ${LIBBLUETOOTH} ${LIBPROP} ${LIBUSBHID} 8 1.4 plunky LDADD+= -lbluetooth -lprop -lusbhid 9 1.1 plunky 10 1.1 plunky .include <bsd.prog.mk> 11