]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bluetooth/hccontrol/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>