xref: /freebsd-11-stable/usr.sbin/bluetooth/hccontrol/Makefile (revision 416ba5c74546f32a993436a99516d35008e9f384)
1# $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
2# $FreeBSD$
3
4PROG=		hccontrol
5MAN=		hccontrol.8
6SRCS=		send_recv.c link_policy.c link_control.c le.c\
7		host_controller_baseband.c info.c status.c node.c hccontrol.c \
8		util.c
9WARNS?=		2
10
11LIBADD=		bluetooth
12
13.include <bsd.prog.mk>
14