2003-10-12 22:04:24 +00:00
|
|
|
# $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
|
2002-11-20 23:01:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG= hccontrol
|
2003-10-12 22:04:24 +00:00
|
|
|
MAN= hccontrol.8
|
2002-11-20 23:01:59 +00:00
|
|
|
SRCS= send_recv.c link_policy.c link_control.c \
|
|
|
|
host_controller_baseband.c info.c status.c node.c hccontrol.c \
|
|
|
|
util.c
|
2003-10-12 22:04:24 +00:00
|
|
|
WARNS?= 2
|
|
|
|
|
|
|
|
DPADD= ${LIBBLUETOOTH}
|
|
|
|
LDADD= -lbluetooth
|
2002-11-20 23:01:59 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|