1# $Id: Makefile,v 1.2 2003/03/15 03:07:39 max Exp $ 2# $FreeBSD$ 3 4DESTDIR= /usr/sbin/ 5MANDIR= ../share/man/man 6PROG= hccontrol 7MAN8= hccontrol.8 8WARNS?= 2 9CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include 10SRCS= send_recv.c link_policy.c link_control.c \ 11 host_controller_baseband.c info.c status.c node.c hccontrol.c \ 12 util.c 13 14.include <bsd.prog.mk> 15