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