Deleted Added
full compact
Makefile (148000) Makefile (150314)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 148000 2005-07-14 17:59:50Z rwatson $
2# $FreeBSD: head/lib/Makefile 150314 2005-09-19 08:13:43Z imura $
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.

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

87_libmp= libmp
88.endif
89
90.if ${MACHINE_ARCH} == "amd64"
91_libncp= libncp
92_libsmb= libsmb
93.endif
94
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.

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

87_libmp= libmp
88.endif
89
90.if ${MACHINE_ARCH} == "amd64"
91_libncp= libncp
92_libsmb= libsmb
93.endif
94
95.if ${MACHINE_ARCH} == "powerpc"
96_libsmb= libsmb
97.endif
98
95.if !defined(NO_LIBPTHREAD)
96_libpthread= libpthread
97.endif
98
99.if !defined(NO_LIBTHR)
100_libthr= libthr
101.endif
102

--- 17 unchanged lines hidden ---
99.if !defined(NO_LIBPTHREAD)
100_libpthread= libpthread
101.endif
102
103.if !defined(NO_LIBTHR)
104_libthr= libthr
105.endif
106

--- 17 unchanged lines hidden ---