# $Id: Makefile,v 1.2 2003/03/15 03:07:39 max Exp $ # $FreeBSD$ DESTDIR= /usr/sbin/ MANDIR= ../share/man/man PROG= hccontrol MAN8= hccontrol.8 WARNS?= 2 CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include SRCS= send_recv.c link_policy.c link_control.c \ host_controller_baseband.c info.c status.c node.c hccontrol.c \ util.c .include