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