Deleted Added
full compact
Makefile (126032) Makefile (126477)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 126032 2004-02-20 03:42:34Z marcel $
2# $FreeBSD: head/lib/Makefile 126477 2004-03-02 06:26:37Z grehan $
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

91.endif
92
93.if ${MACHINE_ARCH} != "powerpc"
94.if !defined(NOLIBPTHREAD)
95_libpthread= libpthread
96.endif
97.endif
98
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

91.endif
92
93.if ${MACHINE_ARCH} != "powerpc"
94.if !defined(NOLIBPTHREAD)
95_libpthread= libpthread
96.endif
97.endif
98
99.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
99.if ${MACHINE_ARCH} != "amd64"
100.if !defined(NOLIBTHR)
101_libthr= libthr
102.endif
103.endif
104
105.if ${MACHINE_ARCH} != "powerpc"
106_libdisk= libdisk
107.endif
108
109.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
110_libmp= libmp
111.endif
112
113.include <bsd.subdir.mk>
100.if !defined(NOLIBTHR)
101_libthr= libthr
102.endif
103.endif
104
105.if ${MACHINE_ARCH} != "powerpc"
106_libdisk= libdisk
107.endif
108
109.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
110_libmp= libmp
111.endif
112
113.include <bsd.subdir.mk>