Deleted Added
full compact
Makefile (191388) Makefile (195767)
1# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
1# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2# $FreeBSD: head/lib/libbluetooth/Makefile 191388 2009-04-22 15:50:03Z emax $
2# $FreeBSD: head/lib/libbluetooth/Makefile 195767 2009-07-19 17:25:24Z kensmith $
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
10SHLIB_MAJOR= 3
10SHLIB_MAJOR= 4
11
12SRCS= bluetooth.c dev.c hci.c
13INCS= bluetooth.h
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

--- 35 unchanged lines hidden ---
11
12SRCS= bluetooth.c dev.c hci.c
13INCS= bluetooth.h
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

--- 35 unchanged lines hidden ---