summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol/Makefile
blob: c816c3c6d1e077142b3fe4fb23542356beca50ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile,v 1.6 2002/09/06 18:52:41 max Exp $
# $FreeBSD$

DESTDIR=	/usr/sbin/
MANDIR=		../share/man/man
PROG=		hccontrol
MAN8=		hccontrol.8
WARNS?=		2
CFLAGS+=	-g -I../../../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