NetBSD/usr.bin/btkey/Makefile
plunky e5a7441d16 Add a new utility 'btkey' for managment of Bluetooth Link Keys stored
in the NetBSD key cache (/var/db/bthcid.keys) and Bluetooth controller
memory.
2007-11-09 21:18:22 +00:00

11 lines
202 B
Makefile

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