1 1.1 gdamore # $NetBSD: Makefile,v 1.1 2006/06/19 15:44:36 gdamore Exp $ 2 1.1 gdamore 3 1.1 gdamore LIB= bluetooth 4 1.1 gdamore 5 1.1 gdamore SRCS= bluetooth.c devaddr.c lexer.l parser.y 6 1.1 gdamore MAN= bluetooth.3 bluetooth.conf.5 7 1.1 gdamore 8 1.1 gdamore CPPFLAGS+= -I${.CURDIR} 9 1.1 gdamore 10 1.1 gdamore LPREFIX= _btyy 11 1.1 gdamore YPREFIX= _btyy 12 1.1 gdamore YHEADER= 1 13 1.1 gdamore 14 1.1 gdamore INCS= bluetooth.h 15 1.1 gdamore INCSDIR= /usr/include 16 1.1 gdamore 17 1.1 gdamore MLINKS+= bluetooth.3 bt_gethostbyname.3 18 1.1 gdamore MLINKS+= bluetooth.3 bt_gethostbyaddr.3 19 1.1 gdamore MLINKS+= bluetooth.3 bt_gethostent.3 20 1.1 gdamore MLINKS+= bluetooth.3 bt_sethostent.3 21 1.1 gdamore MLINKS+= bluetooth.3 bt_endhostent.3 22 1.1 gdamore 23 1.1 gdamore MLINKS+= bluetooth.3 bt_getprotobyname.3 24 1.1 gdamore MLINKS+= bluetooth.3 bt_getprotobynumber.3 25 1.1 gdamore MLINKS+= bluetooth.3 bt_getprotoent.3 26 1.1 gdamore MLINKS+= bluetooth.3 bt_setprotoent.3 27 1.1 gdamore MLINKS+= bluetooth.3 bt_endprotoent.3 28 1.1 gdamore 29 1.1 gdamore MLINKS+= bluetooth.3 bt_ntoa.3 30 1.1 gdamore MLINKS+= bluetooth.3 bt_aton.3 31 1.1 gdamore 32 1.1 gdamore MLINKS+= bluetooth.3 bt_devaddr.3 33 1.1 gdamore MLINKS+= bluetooth.3 bt_devname.3 34 1.1 gdamore 35 1.1 gdamore MLINKS+= bluetooth.3 bt_openconfig.3 36 1.1 gdamore MLINKS+= bluetooth.3 bt_getconfig.3 37 1.1 gdamore MLINKS+= bluetooth.3 bt_freeconfig.3 38 1.1 gdamore MLINKS+= bluetooth.3 bt_eachconfig.3 39 1.1 gdamore MLINKS+= bluetooth.3 bt_closeconfig.3 40 1.1 gdamore MLINKS+= bluetooth.3 bt_printconfig.3 41 1.1 gdamore 42 1.1 gdamore .include <bsd.lib.mk> 43