1 1.1 plunky # $NetBSD: Makefile,v 1.1 2006/08/13 09:03:23 plunky Exp $ 2 1.1 plunky 3 1.1 plunky PROG= btdevctl 4 1.1 plunky MAN= btdevctl.8 5 1.1 plunky SRCS= btdevctl.c cfg.c dev.c hid.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