xref: /dflybsd-src/lib/libbluetooth/Makefile (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marino# $NetBSD: Makefile,v 1.3 2007/05/28 12:06:18 tls Exp $
286d7f5d3SJohn Marino
386d7f5d3SJohn MarinoSYSDIR= ${.CURDIR}/../../sys/
486d7f5d3SJohn Marino
586d7f5d3SJohn MarinoLIB=		bluetooth
686d7f5d3SJohn MarinoSHLIB_MAJOR=	3
786d7f5d3SJohn MarinoSRCS=		bluetooth.c devaddr.c
886d7f5d3SJohn MarinoMAN=		bluetooth.3
986d7f5d3SJohn Marino
1086d7f5d3SJohn MarinoCFLAGS+=	-I${.CURDIR} -I${SYSDIR}
1186d7f5d3SJohn Marino
1286d7f5d3SJohn MarinoINCS=		bluetooth.h
1386d7f5d3SJohn MarinoINCSDIR=	/usr/include
1486d7f5d3SJohn Marino
1586d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_gethostbyname.3
1686d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_gethostbyaddr.3
1786d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_gethostent.3
1886d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_sethostent.3
1986d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_endhostent.3
2086d7f5d3SJohn Marino
2186d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_getprotobyname.3
2286d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_getprotobynumber.3
2386d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_getprotoent.3
2486d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_setprotoent.3
2586d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_endprotoent.3
2686d7f5d3SJohn Marino
2786d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_ntoa.3
2886d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_aton.3
2986d7f5d3SJohn Marino
3086d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_devaddr.3
3186d7f5d3SJohn MarinoMLINKS+=	bluetooth.3 bt_devname.3
3286d7f5d3SJohn Marino
3386d7f5d3SJohn MarinoCFLAGS+=	-I${.CURDIR} -I${SYSDIR}
3486d7f5d3SJohn Marino
3586d7f5d3SJohn Marino.include <bsd.lib.mk>
36