Deleted Added
full compact
Makefile (169728) Makefile (171453)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 169728 2007-05-19 04:55:14Z kan $
2# $FreeBSD: head/lib/Makefile 171453 2007-07-14 21:49:24Z rwatson $
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries

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

43_csu=csu/${MACHINE_ARCH}-elf
44.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
45_csu=csu/${MACHINE_ARCH}
46.else
47_csu=csu
48.endif
49
50.if ${MK_ATM} != "no"
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries

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

43_csu=csu/${MACHINE_ARCH}-elf
44.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
45_csu=csu/${MACHINE_ARCH}
46.else
47_csu=csu
48.endif
49
50.if ${MK_ATM} != "no"
51_libatm= libatm
51# Disabled in 7.0 as netatm is not MPSAFE.
52#_libatm= libatm
52_libngatm= libngatm
53.endif
54
55.if ${MK_BIND} != "no"
56_bind= bind
57.endif
58
59.if ${MK_BLUETOOTH} != "no"

--- 67 unchanged lines hidden ---
53_libngatm= libngatm
54.endif
55
56.if ${MK_BIND} != "no"
57_bind= bind
58.endif
59
60.if ${MK_BLUETOOTH} != "no"

--- 67 unchanged lines hidden ---