Deleted Added
full compact
Makefile (252356) Makefile (254273)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 252356 2013-06-28 21:00:08Z davide $
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} \
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} \
81 libipsec \
82 ${_libipx} \
83 libjail \
84 libkiconv \
85 ${_libldns} \
86 liblzma \
87 libmagic \
88 libmandoc \

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

184_libldns= libldns
185.endif
186
187.if ${MK_LIBCPLUSPLUS} != "no"
188_libcxxrt= libcxxrt
189_libcplusplus= libc++
190.endif
191
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
192.if ${MK_LIBTHR} != "no"
193_libthr= libthr
194.endif
195
196.if ${MK_NAND} != "no"
197_libnandfs= libnandfs
198.endif
199

--- 69 unchanged lines hidden ---
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 ---