0b73a6ec91
need the NetBSD source in order to compile
11 lines
256 B
Makefile
11 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/09/26 19:18:19 plunky Exp $
|
|
|
|
PROG= bthcid
|
|
MAN= bthcid.8
|
|
SRCS= bthcid.c hci.c client.c config.c
|
|
|
|
DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBPROP} ${LIBUTIL}
|
|
LDADD+= -lbluetooth -levent -lprop -lutil
|
|
|
|
.include <bsd.prog.mk>
|