Deleted Added
full compact
Makefile (241680) Makefile (241774)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 241680 2012-10-18 12:04:56Z attilio $
2# $FreeBSD: head/lib/Makefile 241774 2012-10-20 10:06:38Z uqs $
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.

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

80 ${_libgssapi} \
81 ${_librpcsec_gss} \
82 libipsec \
83 ${_libipx} \
84 libjail \
85 libkiconv \
86 liblzma \
87 libmagic \
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.

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

80 ${_libgssapi} \
81 ${_librpcsec_gss} \
82 libipsec \
83 ${_libipx} \
84 libjail \
85 libkiconv \
86 liblzma \
87 libmagic \
88 libmandoc \
88 libmemstat \
89 ${_libmilter} \
90 ${_libmp} \
91 ${_libnandfs} \
92 ${_libngatm} \
93 libopie \
94 libpam \
95 libpcap \

--- 138 unchanged lines hidden ---
89 libmemstat \
90 ${_libmilter} \
91 ${_libmp} \
92 ${_libnandfs} \
93 ${_libngatm} \
94 libopie \
95 libpam \
96 libpcap \

--- 138 unchanged lines hidden ---