2003-10-12 22:04:24 +00:00
|
|
|
# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-09-05 14:11:16 +00:00
|
|
|
PACKAGE= bluetooth
|
2018-08-21 19:28:53 +00:00
|
|
|
CONFS= hosts protocols
|
|
|
|
CONFSDIR= /etc/bluetooth
|
|
|
|
CONFSMODE_protocols= 444
|
2003-10-12 22:04:24 +00:00
|
|
|
LIB= bluetooth
|
|
|
|
MAN= bluetooth.3
|
|
|
|
|
|
|
|
WARNS?= 2
|
2017-01-20 03:56:42 +00:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys
|
2003-10-12 22:04:24 +00:00
|
|
|
|
2009-07-19 17:25:24 +00:00
|
|
|
SHLIB_MAJOR= 4
|
2003-10-12 22:04:24 +00:00
|
|
|
|
2009-03-06 23:30:07 +00:00
|
|
|
SRCS= bluetooth.c dev.c hci.c
|
2003-10-12 22:04:24 +00:00
|
|
|
INCS= bluetooth.h
|
|
|
|
|
|
|
|
MLINKS+= bluetooth.3 bt_gethostbyname.3
|
|
|
|
MLINKS+= bluetooth.3 bt_gethostbyaddr.3
|
|
|
|
MLINKS+= bluetooth.3 bt_gethostent.3
|
|
|
|
MLINKS+= bluetooth.3 bt_sethostent.3
|
|
|
|
MLINKS+= bluetooth.3 bt_endhostent.3
|
|
|
|
|
|
|
|
MLINKS+= bluetooth.3 bt_getprotobyname.3
|
|
|
|
MLINKS+= bluetooth.3 bt_getprotobynumber.3
|
|
|
|
MLINKS+= bluetooth.3 bt_getprotoent.3
|
|
|
|
MLINKS+= bluetooth.3 bt_setprotoent.3
|
|
|
|
MLINKS+= bluetooth.3 bt_endprotoent.3
|
|
|
|
|
|
|
|
MLINKS+= bluetooth.3 bt_ntoa.3
|
|
|
|
MLINKS+= bluetooth.3 bt_aton.3
|
|
|
|
|
2009-03-06 23:30:07 +00:00
|
|
|
MLINKS+= bluetooth.3 bt_devaddr.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devname.3
|
|
|
|
|
|
|
|
MLINKS+= bluetooth.3 bt_devinfo.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devenum.3
|
|
|
|
|
2009-04-22 15:50:03 +00:00
|
|
|
MLINKS+= bluetooth.3 bt_devopen.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devclose.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devsend.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devreq.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_pkt_set.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_pkt_clr.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_pkt_tst.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_evt_set.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_evt_clr.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devfilter_evt_tst.3
|
|
|
|
MLINKS+= bluetooth.3 bt_devinquiry.3
|
|
|
|
|
2008-08-13 19:35:31 +00:00
|
|
|
MLINKS+= bluetooth.3 bdaddr_same.3
|
|
|
|
MLINKS+= bluetooth.3 bdaddr_any.3
|
|
|
|
MLINKS+= bluetooth.3 bdaddr_copy.3
|
|
|
|
|
2003-10-12 22:04:24 +00:00
|
|
|
.include <bsd.lib.mk>
|