aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hccontrol/Makefile
blob: 1d34c4b66af141df72f9aa9cc594d1c1def3af51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
# $FreeBSD$

CONFS=		bluetooth.device.conf
CONFSDIR=	/etc/defaults
PROG=		hccontrol
MAN=		hccontrol.8
SRCS=		send_recv.c link_policy.c link_control.c le.c\
		host_controller_baseband.c info.c status.c node.c hccontrol.c \
		util.c
WARNS?=		2

LIBADD=		bluetooth

.include <bsd.prog.mk>