1 # $NetBSD: Makefile,v 1.2 2006/07/26 11:11:04 tron Exp $ 2 3 LIB= bluetooth 4 5 SRCS= bluetooth.c devaddr.c 6 MAN= bluetooth.3 7 8 CPPFLAGS+= -I${.CURDIR} 9 10 INCS= bluetooth.h 11 INCSDIR= /usr/include 12 13 MLINKS+= bluetooth.3 bt_gethostbyname.3 14 MLINKS+= bluetooth.3 bt_gethostbyaddr.3 15 MLINKS+= bluetooth.3 bt_gethostent.3 16 MLINKS+= bluetooth.3 bt_sethostent.3 17 MLINKS+= bluetooth.3 bt_endhostent.3 18 19 MLINKS+= bluetooth.3 bt_getprotobyname.3 20 MLINKS+= bluetooth.3 bt_getprotobynumber.3 21 MLINKS+= bluetooth.3 bt_getprotoent.3 22 MLINKS+= bluetooth.3 bt_setprotoent.3 23 MLINKS+= bluetooth.3 bt_endprotoent.3 24 25 MLINKS+= bluetooth.3 bt_ntoa.3 26 MLINKS+= bluetooth.3 bt_aton.3 27 28 MLINKS+= bluetooth.3 bt_devaddr.3 29 MLINKS+= bluetooth.3 bt_devname.3 30 31 .include <bsd.lib.mk> 32