Deleted Added
full compact
Makefile (242723) Makefile (244557)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 242723 2012-11-07 23:45:09Z jhibbits $
2# $FreeBSD: head/lib/Makefile 244557 2012-12-21 20:37:38Z brooks $
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.

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

85 libkiconv \
86 liblzma \
87 libmagic \
88 libmandoc \
89 libmemstat \
90 ${_libmilter} \
91 ${_libmp} \
92 ${_libnandfs} \
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.

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

85 libkiconv \
86 liblzma \
87 libmagic \
88 libmandoc \
89 libmemstat \
90 ${_libmilter} \
91 ${_libmp} \
92 ${_libnandfs} \
93 libnetbsd \
93 ${_libngatm} \
94 libopie \
95 libpam \
96 libpcap \
97 ${_libpmc} \
98 ${_libproc} \
99 libprocstat \
100 librt \

--- 144 unchanged lines hidden ---
94 ${_libngatm} \
95 libopie \
96 libpam \
97 libpcap \
98 ${_libpmc} \
99 ${_libproc} \
100 libprocstat \
101 librt \

--- 144 unchanged lines hidden ---