Deleted Added
full compact
Makefile (255597) Makefile (255601)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 255597 2013-09-15 14:51:23Z des $
2# $FreeBSD: head/lib/Makefile 255601 2013-09-15 15:55:21Z 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.

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

34 libc \
35 libbsm \
36 libauditd \
37 libcompiler_rt \
38 libcrypt \
39 libelf \
40 ${_libiconv_modules} \
41 libkvm \
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.

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

34 libc \
35 libbsm \
36 libauditd \
37 libcompiler_rt \
38 libcrypt \
39 libelf \
40 ${_libiconv_modules} \
41 libkvm \
42 ${_libldns} \
42 msun \
43 libmd \
44 ncurses \
45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \

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

80 ${_libgpib} \
81 ${_libgssapi} \
82 ${_librpcsec_gss} \
83 ${_libiconv_compat} \
84 libipsec \
85 ${_libipx} \
86 libjail \
87 libkiconv \
43 msun \
44 libmd \
45 ncurses \
46 ${_libnetgraph} \
47 libradius \
48 librpcsvc \
49 libsbuf \
50 libtacplus \

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

81 ${_libgpib} \
82 ${_libgssapi} \
83 ${_librpcsec_gss} \
84 ${_libiconv_compat} \
85 libipsec \
86 ${_libipx} \
87 libjail \
88 libkiconv \
88 ${_libldns} \
89 liblzma \
90 libmagic \
91 libmandoc \
92 libmemstat \
93 ${_libmilter} \
94 ${_libmp} \
95 ${_libnandfs} \
96 libnetbsd \

--- 184 unchanged lines hidden ---
89 liblzma \
90 libmagic \
91 libmandoc \
92 libmemstat \
93 ${_libmilter} \
94 ${_libmp} \
95 ${_libnandfs} \
96 libnetbsd \

--- 184 unchanged lines hidden ---