Makefile revision 107120
1# $Id: Makefile,v 1.6 2002/09/06 18:52:41 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/hccontrol/Makefile 107120 2002-11-20 23:01:59Z julian $
3
4DESTDIR=	/usr/sbin/
5MANDIR=		../share/man/man
6PROG=		hccontrol
7MAN8=		hccontrol.8
8WARNS?=		2
9CFLAGS+=	-g -I../../../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