Deleted Added
full compact
Makefile (150314) Makefile (151727)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 150314 2005-09-19 08:13:43Z imura $
2# $FreeBSD: head/lib/Makefile 151727 2005-10-27 03:09:20Z davidxu $
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.

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

60.if ${MACHINE_ARCH} == "i386"
61_libncp= libncp
62_libsmb= libsmb
63_libvgl= libvgl
64.endif
65
66.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
67 ${MACHINE_ARCH} != "powerpc" && !defined(NO_LIBC_R)
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.

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

60.if ${MACHINE_ARCH} == "i386"
61_libncp= libncp
62_libsmb= libsmb
63_libvgl= libvgl
64.endif
65
66.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
67 ${MACHINE_ARCH} != "powerpc" && !defined(NO_LIBC_R)
68_libc_r= libc_r
68_libc_r=
69.endif
70
71.if ${MACHINE_ARCH} != "arm"
72_libdisk= libdisk
73.endif
74
75.if ${MACHINE_ARCH} == "alpha"
76_libio= libio

--- 47 unchanged lines hidden ---
69.endif
70
71.if ${MACHINE_ARCH} != "arm"
72_libdisk= libdisk
73.endif
74
75.if ${MACHINE_ARCH} == "alpha"
76_libio= libio

--- 47 unchanged lines hidden ---