Deleted Added
full compact
Makefile (148297) Makefile (169807)
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 148297 2005-07-22 17:19:05Z kensmith $
2# $FreeBSD: head/lib/libbluetooth/Makefile 169807 2007-05-21 02:49:08Z deischen $
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= 2
10SHLIB_MAJOR= 3
11
12SRCS= bluetooth.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

--- 12 unchanged lines hidden ---
11
12SRCS= bluetooth.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

--- 12 unchanged lines hidden ---