Deleted Added
full compact
Makefile (233337) Makefile (233413)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 233337 2012-03-23 03:16:35Z stas $
2# $FreeBSD: head/lib/Makefile 233413 2012-03-24 05:18:27Z gonzo $
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.

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

192_librtld_db= librtld_db
193.endif
194
195.if ${MACHINE_CPUARCH} == "ia64"
196_libefi= libefi
197_libsmb= libsmb
198.endif
199
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.

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

192_librtld_db= librtld_db
193.endif
194
195.if ${MACHINE_CPUARCH} == "ia64"
196_libefi= libefi
197_libsmb= libsmb
198.endif
199
200.if ${MACHINE_CPUARCH} == "mips"
201_libproc= libproc
202_librtld_db= librtld_db
203.endif
204
200.if ${MACHINE_CPUARCH} == "powerpc"
201_libsmb= libsmb
202.endif
203
204.if ${MACHINE_CPUARCH} == "sparc64"
205_libsmb= libsmb
206.endif
207

--- 30 unchanged lines hidden ---
205.if ${MACHINE_CPUARCH} == "powerpc"
206_libsmb= libsmb
207.endif
208
209.if ${MACHINE_CPUARCH} == "sparc64"
210_libsmb= libsmb
211.endif
212

--- 30 unchanged lines hidden ---