summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol/Makefile
blob: 5b68cd86b24077a425bd1c8be8523d2c2db06cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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 <bsd.prog.mk>
OpenPOWER on IntegriCloud