]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/hccontrol/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / hccontrol / Makefile
1 # $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $
2 # $FreeBSD$
3
4 PACKAGE=        bluetooth
5 CONFS=          bluetooth.device.conf
6 CONFSDIR=       /etc/defaults
7 PROG=           hccontrol
8 MAN=            hccontrol.8
9 SRCS=           send_recv.c link_policy.c link_control.c le.c\
10                 host_controller_baseband.c info.c status.c node.c hccontrol.c \
11                 util.c adv_data.c
12 WARNS?=         2
13
14 LIBADD=         bluetooth
15
16 .include <bsd.prog.mk>