1 1.1 plunky # $NetBSD: Makefile,v 1.1 2007/11/09 21:18:24 plunky Exp $ 2 1.1 plunky 3 1.1 plunky PROG= btkey 4 1.1 plunky SRCS= btkey.c device.c file.c 5 1.1 plunky MAN= btkey.1 6 1.1 plunky 7 1.1 plunky DPADD+= ${LIBBLUETOOTH} ${LIBPROP} 8 1.1 plunky LDADD+= -lbluetooth -lprop 9 1.1 plunky 10 1.1 plunky .include <bsd.prog.mk> 11