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