1121054Semax# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2121054Semax# $FreeBSD$
3121054Semax
4121054SemaxLIB=		bluetooth
5121054SemaxMAN=		bluetooth.3
6121054Semax
7121054SemaxWARNS?=		2
8121054SemaxCFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../../sys
9121054Semax
10195767SkensmithSHLIB_MAJOR=	4
11121054Semax
12189462SemaxSRCS=		bluetooth.c dev.c hci.c
13121054SemaxINCS=		bluetooth.h
14121054Semax
15121054SemaxMLINKS+=	bluetooth.3 bt_gethostbyname.3
16121054SemaxMLINKS+=	bluetooth.3 bt_gethostbyaddr.3
17121054SemaxMLINKS+=	bluetooth.3 bt_gethostent.3
18121054SemaxMLINKS+=	bluetooth.3 bt_sethostent.3
19121054SemaxMLINKS+=	bluetooth.3 bt_endhostent.3
20121054Semax
21121054SemaxMLINKS+=	bluetooth.3 bt_getprotobyname.3
22121054SemaxMLINKS+=	bluetooth.3 bt_getprotobynumber.3
23121054SemaxMLINKS+=	bluetooth.3 bt_getprotoent.3
24121054SemaxMLINKS+=	bluetooth.3 bt_setprotoent.3
25121054SemaxMLINKS+=	bluetooth.3 bt_endprotoent.3
26121054Semax
27121054SemaxMLINKS+=	bluetooth.3 bt_ntoa.3
28121054SemaxMLINKS+=	bluetooth.3 bt_aton.3
29121054Semax
30189462SemaxMLINKS+=	bluetooth.3 bt_devaddr.3
31189462SemaxMLINKS+=	bluetooth.3 bt_devname.3
32189462Semax
33189462SemaxMLINKS+=	bluetooth.3 bt_devinfo.3
34189462SemaxMLINKS+=	bluetooth.3 bt_devenum.3
35189462Semax
36191388SemaxMLINKS+=	bluetooth.3 bt_devopen.3
37191388SemaxMLINKS+=	bluetooth.3 bt_devclose.3
38191388SemaxMLINKS+=	bluetooth.3 bt_devsend.3
39191388SemaxMLINKS+=	bluetooth.3 bt_devreq.3
40191388SemaxMLINKS+=	bluetooth.3 bt_devfilter.3
41191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_pkt_set.3
42191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_pkt_clr.3
43191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_pkt_tst.3
44191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_evt_set.3
45191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_evt_clr.3
46191388SemaxMLINKS+=	bluetooth.3 bt_devfilter_evt_tst.3
47191388SemaxMLINKS+=	bluetooth.3 bt_devinquiry.3
48191388Semax
49181698SemaxMLINKS+=	bluetooth.3 bdaddr_same.3
50181698SemaxMLINKS+=	bluetooth.3 bdaddr_any.3
51181698SemaxMLINKS+=	bluetooth.3 bdaddr_copy.3
52181698Semax
53121054Semax.include <bsd.lib.mk>
54