Deleted Added
full compact
Makefile (202755) Makefile (202982)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 202755 2010-01-21 16:56:27Z ed $
2# $FreeBSD: head/lib/Makefile 202982 2010-01-25 18:52:47Z yongari $
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.

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

114_libsmb= libsmb
115_libvgl= libvgl
116.endif
117
118.if ${MACHINE_ARCH} == "powerpc"
119_libsmb= libsmb
120.endif
121
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.

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

114_libsmb= libsmb
115_libvgl= libvgl
116.endif
117
118.if ${MACHINE_ARCH} == "powerpc"
119_libsmb= libsmb
120.endif
121
122.if ${MACHINE_ARCH} == "sparc64"
123_libsmb= libsmb
124.endif
125
122.if ${MK_OPENSSL} != "no"
123_libmp= libmp
124.endif
125
126.if ${MK_PMC} != "no"
127_libpmc= libpmc
128.endif
129

--- 17 unchanged lines hidden ---
126.if ${MK_OPENSSL} != "no"
127_libmp= libmp
128.endif
129
130.if ${MK_PMC} != "no"
131_libpmc= libpmc
132.endif
133

--- 17 unchanged lines hidden ---