]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bluetooth/hccontrol/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bluetooth / hccontrol / Makefile
1 # $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
2 # $FreeBSD$
3
4 PROG=           hccontrol
5 MAN=            hccontrol.8
6 SRCS=           send_recv.c link_policy.c link_control.c \
7                 host_controller_baseband.c info.c status.c node.c hccontrol.c \
8                 util.c
9 WARNS?=         2
10
11 DPADD=          ${LIBBLUETOOTH}
12 LDADD=          -lbluetooth
13
14 .include <bsd.prog.mk>