1 1.2 plunky # $NetBSD: Makefile,v 1.2 2006/09/10 15:45:56 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.1 plunky DPADD+= ${LIBBLUETOOTH} ${LIBPROP} ${LIBSDP} ${LIBUSBHID} 8 1.1 plunky LDADD+= -lbluetooth -lprop -lsdp -lusbhid 9 1.1 plunky 10 1.1 plunky .include <bsd.prog.mk> 11