Deleted Added
full compact
Makefile (194869) Makefile (197025)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 194869 2009-06-24 18:18:35Z jamie $
2# $FreeBSD: head/lib/Makefile 197025 2009-09-09 09:50:31Z delphij $
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.

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

107_libsmb= libsmb
108.endif
109
110.if ${MACHINE_ARCH} == "amd64"
111.if ${MK_NCP} != "no"
112_libncp= libncp
113.endif
114_libsmb= libsmb
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.

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

107_libsmb= libsmb
108.endif
109
110.if ${MACHINE_ARCH} == "amd64"
111.if ${MK_NCP} != "no"
112_libncp= libncp
113.endif
114_libsmb= libsmb
115_libvgl= libvgl
115.endif
116
117.if ${MACHINE_ARCH} == "powerpc"
118_libsmb= libsmb
119.endif
120
121.if ${MK_OPENSSL} != "no"
122_libmp= libmp

--- 23 unchanged lines hidden ---
116.endif
117
118.if ${MACHINE_ARCH} == "powerpc"
119_libsmb= libsmb
120.endif
121
122.if ${MK_OPENSSL} != "no"
123_libmp= libmp

--- 23 unchanged lines hidden ---