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

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

183.if ${MACHINE_ARCH} == "amd64"
184.if ${MK_NCP} != "no"
185_libncp= libncp
186.endif
187_libsmb= libsmb
188_libvgl= libvgl
189.endif
190
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.

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

183.if ${MACHINE_ARCH} == "amd64"
184.if ${MK_NCP} != "no"
185_libncp= libncp
186.endif
187_libsmb= libsmb
188_libvgl= libvgl
189.endif
190
191.if ${MACHINE_ARCH} == "powerpc"
191.if ${MACHINE_CPUARCH} == "powerpc"
192_libsmb= libsmb
193.endif
194
195.if ${MACHINE_ARCH} == "sparc64"
196_libsmb= libsmb
197.endif
198
199.if ${MK_OPENSSL} != "no"

--- 28 unchanged lines hidden ---
192_libsmb= libsmb
193.endif
194
195.if ${MACHINE_ARCH} == "sparc64"
196_libsmb= libsmb
197.endif
198
199.if ${MK_OPENSSL} != "no"

--- 28 unchanged lines hidden ---