Deleted Added
full compact
Makefile (210682) Makefile (210683)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 210682 2010-07-31 14:52:29Z rpaulo $
2# $FreeBSD: head/lib/Makefile 210683 2010-07-31 14:53:43Z 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.

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

162.if ${MK_NETGRAPH} != "no"
163_libnetgraph= libnetgraph
164.endif
165
166.if ${MK_NIS} != "no"
167_libypclnt= libypclnt
168.endif
169
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.

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

162.if ${MK_NETGRAPH} != "no"
163_libnetgraph= libnetgraph
164.endif
165
166.if ${MK_NIS} != "no"
167_libypclnt= libypclnt
168.endif
169
170.if ${MACHINE_ARCH} == "i386"
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
177.endif
178
179.if ${MACHINE_ARCH} == "ia64"
180_libefi= libefi
181_libsmb= libsmb
182.endif
183
171.if ${MK_NCP} != "no"
172_libncp= libncp
173.endif
174_libsmb= libsmb
175_libvgl= libvgl
176_libproc= libproc
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
191.endif
192
193.if ${MACHINE_CPUARCH} == "powerpc"
194_libsmb= libsmb
195.endif
196
197.if ${MACHINE_ARCH} == "sparc64"
198_libsmb= libsmb
199.endif
200

--- 29 unchanged lines hidden ---
184.if ${MACHINE_CPUARCH} == "powerpc"
185_libsmb= libsmb
186.endif
187
188.if ${MACHINE_ARCH} == "sparc64"
189_libsmb= libsmb
190.endif
191

--- 29 unchanged lines hidden ---