Deleted Added
sdiff udiff text old ( 252356 ) new ( 254273 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 254273 2013-08-13 07:15:01Z peter $
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.

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

73 libedit \
74 ${_libefi} \
75 libexpat \
76 libfetch \
77 libgeom \
78 ${_libgpib} \
79 ${_libgssapi} \
80 ${_librpcsec_gss} \
81 ${_libiconv_compat} \
82 libipsec \
83 ${_libipx} \
84 libjail \
85 libkiconv \
86 ${_libldns} \
87 liblzma \
88 libmagic \
89 libmandoc \

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

185_libldns= libldns
186.endif
187
188.if ${MK_LIBCPLUSPLUS} != "no"
189_libcxxrt= libcxxrt
190_libcplusplus= libc++
191.endif
192
193.if ${MK_LIBICONV_COMPAT} != "no"
194_libiconv_compat= libiconv_compat
195.endif
196
197.if ${MK_LIBTHR} != "no"
198_libthr= libthr
199.endif
200
201.if ${MK_NAND} != "no"
202_libnandfs= libnandfs
203.endif
204

--- 69 unchanged lines hidden ---