Deleted Added
full compact
Makefile (257852) Makefile (258065)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 257852 2013-11-08 14:29:06Z jmmv $
2# $FreeBSD: head/lib/Makefile 258065 2013-11-12 19:39:14Z pjd $
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.

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

89 libmagic \
90 libmandoc \
91 libmemstat \
92 ${_libmilter} \
93 ${_libmp} \
94 ${_libnandfs} \
95 libnetbsd \
96 ${_libngatm} \
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.

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

89 libmagic \
90 libmandoc \
91 libmemstat \
92 ${_libmilter} \
93 ${_libmp} \
94 ${_libnandfs} \
95 libnetbsd \
96 ${_libngatm} \
97 libnv \
97 libopie \
98 libpam \
99 libpcap \
100 ${_libpmc} \
101 ${_libproc} \
102 libprocstat \
103 librt \
104 ${_librtld_db} \

--- 168 unchanged lines hidden ---
98 libopie \
99 libpam \
100 libpcap \
101 ${_libpmc} \
102 ${_libproc} \
103 libprocstat \
104 librt \
105 ${_librtld_db} \

--- 168 unchanged lines hidden ---