1 1.4 plunky # $NetBSD: Makefile,v 1.4 2009/05/12 13:09:43 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.3 plunky CPPFLAGS+= -DSDP_COMPAT 11 1.3 plunky 12 1.1 plunky .include <bsd.prog.mk> 13