installer: Sync ASCII Fred with loader menu pic.
[dragonfly.git] / lib / libbluetooth / Makefile
blob3a64e0499e1b21a9c3581fec1931cf91a9046632
1 # $NetBSD: Makefile,v 1.3 2007/05/28 12:06:18 tls Exp $
2 # $DragonFly: src/lib/libbluetooth/Makefile,v 1.1 2008/01/03 11:47:52 hasso Exp $
4 SYSDIR= ${.CURDIR}/../../sys/
6 LIB= bluetooth
7 SHLIB_MAJOR= 3
8 SRCS= bluetooth.c devaddr.c
9 MAN= bluetooth.3
10 WARNS?= 6
12 CFLAGS+= -I${.CURDIR} -I${SYSDIR}
14 INCS= bluetooth.h
15 INCSDIR= /usr/include
17 MLINKS+= bluetooth.3 bt_gethostbyname.3
18 MLINKS+= bluetooth.3 bt_gethostbyaddr.3
19 MLINKS+= bluetooth.3 bt_gethostent.3
20 MLINKS+= bluetooth.3 bt_sethostent.3
21 MLINKS+= bluetooth.3 bt_endhostent.3
23 MLINKS+= bluetooth.3 bt_getprotobyname.3
24 MLINKS+= bluetooth.3 bt_getprotobynumber.3
25 MLINKS+= bluetooth.3 bt_getprotoent.3
26 MLINKS+= bluetooth.3 bt_setprotoent.3
27 MLINKS+= bluetooth.3 bt_endprotoent.3
29 MLINKS+= bluetooth.3 bt_ntoa.3
30 MLINKS+= bluetooth.3 bt_aton.3
32 MLINKS+= bluetooth.3 bt_devaddr.3
33 MLINKS+= bluetooth.3 bt_devname.3
35 CFLAGS+= -I${.CURDIR} -I${SYSDIR}
37 .include <bsd.lib.mk>