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$
|
|
|
|
|
2019-07-19 15:10:03 +00:00
|
|
|
PACKAGE= bluetooth
|
2018-08-21 19:28:53 +00:00
|
|
|
CONFS= bluetooth.device.conf
|
|
|
|
CONFSDIR= /etc/defaults
|
2002-11-20 23:01:59 +00:00
|
|
|
PROG= hccontrol
|
2003-10-12 22:04:24 +00:00
|
|
|
MAN= hccontrol.8
|
2015-04-18 04:53:17 +00:00
|
|
|
SRCS= send_recv.c link_policy.c link_control.c le.c\
|
2002-11-20 23:01:59 +00:00
|
|
|
host_controller_baseband.c info.c status.c node.c hccontrol.c \
|
|
|
|
util.c
|
2003-10-12 22:04:24 +00:00
|
|
|
WARNS?= 2
|
|
|
|
|
2014-11-25 16:57:27 +00:00
|
|
|
LIBADD= bluetooth
|
2002-11-20 23:01:59 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|