Deleted Added
full compact
Makefile (208964) Makefile (209400)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 208964 2010-06-09 19:57:20Z rdivacky $
2# $FreeBSD: head/lib/Makefile 209400 2010-06-21 19:44:29Z ed $
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.

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

133_libbluetooth= libbluetooth
134_libsdp= libsdp
135.endif
136
137.if ${MK_BSNMP} != "no"
138_libbsnmp= libbsnmp
139.endif
140
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.

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

133_libbluetooth= libbluetooth
134_libsdp= libsdp
135.endif
136
137.if ${MK_BSNMP} != "no"
138_libbsnmp= libbsnmp
139.endif
140
141.if ${MK_CLANG} != "no"
141.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
142_clang= clang
143.endif
144
145.if ${MK_GPIB} != "no"
146_libgpib= libgpib
147.endif
148
149.if ${MK_GSSAPI} != "no"

--- 78 unchanged lines hidden ---
142_clang= clang
143.endif
144
145.if ${MK_GPIB} != "no"
146_libgpib= libgpib
147.endif
148
149.if ${MK_GSSAPI} != "no"

--- 78 unchanged lines hidden ---