1# $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
2# $FreeBSD$
3
4PACKAGE=	bluetooth
5CONFS=		bluetooth.device.conf
6CONFSDIR=	/etc/defaults
7PROG=		hccontrol
8MAN=		hccontrol.8
9SRCS=		send_recv.c link_policy.c link_control.c le.c\
10		host_controller_baseband.c info.c status.c node.c hccontrol.c \
11		util.c adv_data.c
12WARNS?=		2
13
14LIBADD=		bluetooth
15
16.include <bsd.prog.mk>
17