NetBSD/usr.sbin/bthcid/Makefile
tron 7b1d74d73f Bluetooth fixes by Iain Hibbert:
Remove bluetooth.conf stuff from bthcid(8), and use XML with proplib(3)
for keyfile. Also, associate keys with local and remote address.
2006-07-26 11:00:07 +00:00

13 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/07/26 11:00:07 tron Exp $
PROG= bthcid
MAN= bthcid.8
SRCS= bthcid.c hci.c client.c config.c
CPPFLAGS+= -D_BTHCID_
DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBPROP} ${LIBUTIL}
LDADD+= -lbluetooth -levent -lprop -lutil
.include <bsd.prog.mk>