Deleted Added
full compact
Makefile (210683) Makefile (210690)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 210683 2010-07-31 14:53:43Z rpaulo $
2# $FreeBSD: head/lib/Makefile 210690 2010-07-31 16:12:47Z rpaulo $
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 ${_libngatm} \
86 libopie \
87 libpam \
88 libpcap \
89 ${_libpkg} \
90 ${_libpmc} \
91 ${_libproc} \
92 librt \
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 ${_libngatm} \
86 libopie \
87 libpam \
88 libpcap \
89 ${_libpkg} \
90 ${_libpmc} \
91 ${_libproc} \
92 librt \
93 ${_librtld_db} \
93 ${_libsdp} \
94 ${_libsm} \
95 ${_libsmb} \
96 ${_libsmdb} \
97 ${_libsmutil} \
98 libstand \
99 ${_libtelnet} \
100 ${_libthr} \

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

169
170.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
171.if ${MK_NCP} != "no"
172_libncp= libncp
173.endif
174_libsmb= libsmb
175_libvgl= libvgl
176_libproc= libproc
94 ${_libsdp} \
95 ${_libsm} \
96 ${_libsmb} \
97 ${_libsmdb} \
98 ${_libsmutil} \
99 libstand \
100 ${_libtelnet} \
101 ${_libthr} \

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

170
171.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
172.if ${MK_NCP} != "no"
173_libncp= libncp
174.endif
175_libsmb= libsmb
176_libvgl= libvgl
177_libproc= libproc
178_librtld_db= librtld_db
177.endif
178
179.if ${MACHINE_ARCH} == "ia64"
180_libefi= libefi
181_libsmb= libsmb
182.endif
183
184.if ${MACHINE_CPUARCH} == "powerpc"

--- 36 unchanged lines hidden ---
179.endif
180
181.if ${MACHINE_ARCH} == "ia64"
182_libefi= libefi
183_libsmb= libsmb
184.endif
185
186.if ${MACHINE_CPUARCH} == "powerpc"

--- 36 unchanged lines hidden ---