xref: /dflybsd-src/lib/libbluetooth/Makefile (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1# $NetBSD: Makefile,v 1.3 2007/05/28 12:06:18 tls Exp $
2
3SYSDIR= ${.CURDIR}/../../sys/
4
5LIB=		bluetooth
6SHLIB_MAJOR=	3
7SRCS=		bluetooth.c devaddr.c
8MAN=		bluetooth.3
9
10CFLAGS+=	-I${.CURDIR} -I${SYSDIR}
11
12INCS=		bluetooth.h
13INCSDIR=	/usr/include
14
15MLINKS+=	bluetooth.3 bt_gethostbyname.3
16MLINKS+=	bluetooth.3 bt_gethostbyaddr.3
17MLINKS+=	bluetooth.3 bt_gethostent.3
18MLINKS+=	bluetooth.3 bt_sethostent.3
19MLINKS+=	bluetooth.3 bt_endhostent.3
20
21MLINKS+=	bluetooth.3 bt_getprotobyname.3
22MLINKS+=	bluetooth.3 bt_getprotobynumber.3
23MLINKS+=	bluetooth.3 bt_getprotoent.3
24MLINKS+=	bluetooth.3 bt_setprotoent.3
25MLINKS+=	bluetooth.3 bt_endprotoent.3
26
27MLINKS+=	bluetooth.3 bt_ntoa.3
28MLINKS+=	bluetooth.3 bt_aton.3
29
30MLINKS+=	bluetooth.3 bt_devaddr.3
31MLINKS+=	bluetooth.3 bt_devname.3
32
33CFLAGS+=	-I${.CURDIR} -I${SYSDIR}
34
35.include <bsd.lib.mk>
36