Deleted Added
full compact
Makefile (245652) Makefile (246328)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 245652 2013-01-19 04:18:52Z neel $
2# $FreeBSD: head/lib/Makefile 246328 2013-02-04 19:05:53Z des $
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.

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

172.if ${MK_ICONV} != "no"
173_libiconv_modules= libiconv_modules
174.endif
175
176.if ${MK_IPX} != "no"
177_libipx= libipx
178.endif
179
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.

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

172.if ${MK_ICONV} != "no"
173_libiconv_modules= libiconv_modules
174.endif
175
176.if ${MK_IPX} != "no"
177_libipx= libipx
178.endif
179
180.if ${MK_LIBCPLUSPLUS} != "no"
181_libcxxrt= libcxxrt
182_libcplusplus= libc++
183.endif
184
180.if ${MK_LIBTHR} != "no"
181_libthr= libthr
182.endif
183
184.if ${MK_NAND} != "no"
185_libnandfs= libnandfs
186.endif
187

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

216_libproc= libproc
217_librtld_db= librtld_db
218.endif
219
220.if ${MK_OPENSSL} != "no"
221_libmp= libmp
222.endif
223
185.if ${MK_LIBTHR} != "no"
186_libthr= libthr
187.endif
188
189.if ${MK_NAND} != "no"
190_libnandfs= libnandfs
191.endif
192

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

221_libproc= libproc
222_librtld_db= librtld_db
223.endif
224
225.if ${MK_OPENSSL} != "no"
226_libmp= libmp
227.endif
228
224.if ${MK_LIBCPLUSPLUS} != "no"
225_libcxxrt= libcxxrt
226_libcplusplus= libc++
227.endif
228
229.if ${MK_PMC} != "no"
230_libpmc= libpmc
231.endif
232
233.if ${MK_SENDMAIL} != "no"
234_libmilter= libmilter
235_libsm= libsm
236_libsmdb= libsmdb

--- 13 unchanged lines hidden ---
229.if ${MK_PMC} != "no"
230_libpmc= libpmc
231.endif
232
233.if ${MK_SENDMAIL} != "no"
234_libmilter= libmilter
235_libsm= libsm
236_libsmdb= libsmdb

--- 13 unchanged lines hidden ---