# $Id: Makefile 1073 2021-06-27 05:01:23Z $ # $FreeBSD: releng/12.1/usr.sbin/bluetooth/hccontrol/Makefile 338155 2018-08-21 19:28:53Z brd $ # $BSDSUniX $ 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