Deleted Added
full compact
Makefile (209922) Makefile (210682)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 209922 2010-07-12 00:56:35Z nwhitehorn $
2# $FreeBSD: head/lib/Makefile 210682 2010-07-31 14:52:29Z 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.

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

83 ${_libmp} \
84 ${_libncp} \
85 ${_libngatm} \
86 libopie \
87 libpam \
88 libpcap \
89 ${_libpkg} \
90 ${_libpmc} \
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.

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

83 ${_libmp} \
84 ${_libncp} \
85 ${_libngatm} \
86 libopie \
87 libpam \
88 libpcap \
89 ${_libpkg} \
90 ${_libpmc} \
91 libproc \
91 ${_libproc} \
92 librt \
93 ${_libsdp} \
94 ${_libsm} \
95 ${_libsmb} \
96 ${_libsmdb} \
97 ${_libsmutil} \
98 libstand \
99 ${_libtelnet} \

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

168.endif
169
170.if ${MACHINE_ARCH} == "i386"
171.if ${MK_NCP} != "no"
172_libncp= libncp
173.endif
174_libsmb= libsmb
175_libvgl= libvgl
92 librt \
93 ${_libsdp} \
94 ${_libsm} \
95 ${_libsmb} \
96 ${_libsmdb} \
97 ${_libsmutil} \
98 libstand \
99 ${_libtelnet} \

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

168.endif
169
170.if ${MACHINE_ARCH} == "i386"
171.if ${MK_NCP} != "no"
172_libncp= libncp
173.endif
174_libsmb= libsmb
175_libvgl= libvgl
176_libproc= libproc
176.endif
177
178.if ${MACHINE_ARCH} == "ia64"
179_libefi= libefi
180_libsmb= libsmb
181.endif
182
183.if ${MACHINE_ARCH} == "amd64"
184.if ${MK_NCP} != "no"
185_libncp= libncp
186.endif
187_libsmb= libsmb
188_libvgl= libvgl
177.endif
178
179.if ${MACHINE_ARCH} == "ia64"
180_libefi= libefi
181_libsmb= libsmb
182.endif
183
184.if ${MACHINE_ARCH} == "amd64"
185.if ${MK_NCP} != "no"
186_libncp= libncp
187.endif
188_libsmb= libsmb
189_libvgl= libvgl
190_libproc= libproc
189.endif
190
191.if ${MACHINE_CPUARCH} == "powerpc"
192_libsmb= libsmb
193.endif
194
195.if ${MACHINE_ARCH} == "sparc64"
196_libsmb= libsmb

--- 31 unchanged lines hidden ---
191.endif
192
193.if ${MACHINE_CPUARCH} == "powerpc"
194_libsmb= libsmb
195.endif
196
197.if ${MACHINE_ARCH} == "sparc64"
198_libsmb= libsmb

--- 31 unchanged lines hidden ---