Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / lib / libbluetooth / Makefile
blob30c55b87930b6ac0e645b7d2a6db1936775f2b22
1 # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2 # $FreeBSD$
4 LIB= bluetooth
5 MAN= bluetooth.3
7 WARNS?= 2
8 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
10 SHLIB_MAJOR= 3
12 SRCS= bluetooth.c
13 INCS= bluetooth.h
15 MLINKS+= bluetooth.3 bt_gethostbyname.3
16 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
17 MLINKS+= bluetooth.3 bt_gethostent.3
18 MLINKS+= bluetooth.3 bt_sethostent.3
19 MLINKS+= bluetooth.3 bt_endhostent.3
21 MLINKS+= bluetooth.3 bt_getprotobyname.3
22 MLINKS+= bluetooth.3 bt_getprotobynumber.3
23 MLINKS+= bluetooth.3 bt_getprotoent.3
24 MLINKS+= bluetooth.3 bt_setprotoent.3
25 MLINKS+= bluetooth.3 bt_endprotoent.3
27 MLINKS+= bluetooth.3 bt_ntoa.3
28 MLINKS+= bluetooth.3 bt_aton.3
30 MLINKS+= bluetooth.3 bdaddr_same.3
31 MLINKS+= bluetooth.3 bdaddr_any.3
32 MLINKS+= bluetooth.3 bdaddr_copy.3
34 .include <bsd.lib.mk>