Deleted Added
full compact
Makefile (169807) Makefile (181698)
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 169807 2007-05-21 02:49:08Z deischen $
2# $FreeBSD: head/lib/libbluetooth/Makefile 181698 2008-08-13 19:35:31Z emax $
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
10SHLIB_MAJOR= 3

--- 11 unchanged lines hidden (view full) ---

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
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
10SHLIB_MAJOR= 3

--- 11 unchanged lines hidden (view full) ---

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 bdaddr_same.3
31MLINKS+= bluetooth.3 bdaddr_any.3
32MLINKS+= bluetooth.3 bdaddr_copy.3
33
30.include <bsd.lib.mk>
34.include <bsd.lib.mk>