Deleted Added
full compact
Makefile (241823) Makefile (242723)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 241823 2012-10-22 01:18:41Z marcel $
2# $FreeBSD: head/lib/Makefile 242723 2012-11-07 23:45:09Z jhibbits $
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.

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

202_libefi= libefi
203.endif
204
205.if ${MACHINE_CPUARCH} == "mips"
206_libproc= libproc
207_librtld_db= librtld_db
208.endif
209
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.

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

202_libefi= libefi
203.endif
204
205.if ${MACHINE_CPUARCH} == "mips"
206_libproc= libproc
207_librtld_db= librtld_db
208.endif
209
210.if ${MACHINE_CPUARCH} == "powerpc"
211_libproc= libproc
212_librtld_db= librtld_db
213.endif
214
210.if ${MK_OPENSSL} != "no"
211_libmp= libmp
212.endif
213
214.if ${MK_LIBCPLUSPLUS} != "no"
215_libcxxrt= libcxxrt
216_libcplusplus= libc++
217.endif

--- 22 unchanged lines hidden ---
215.if ${MK_OPENSSL} != "no"
216_libmp= libmp
217.endif
218
219.if ${MK_LIBCPLUSPLUS} != "no"
220_libcxxrt= libcxxrt
221_libcplusplus= libc++
222.endif

--- 22 unchanged lines hidden ---