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