Deleted Added
full compact
Makefile (160972) Makefile (161524)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 160972 2006-08-04 17:56:31Z marcel $
2# $FreeBSD: head/lib/Makefile 161524 2006-08-22 03:22:17Z marcel $
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# libcom_err must be built before libkrb5 and libpam.

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

67.if ${MACHINE_ARCH} == "i386"
68.if ${MK_NCP} != "no"
69_libncp= libncp
70.endif
71_libsmb= libsmb
72_libvgl= libvgl
73.endif
74
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# libcom_err must be built before libkrb5 and libpam.

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

67.if ${MACHINE_ARCH} == "i386"
68.if ${MK_NCP} != "no"
69_libncp= libncp
70.endif
71_libsmb= libsmb
72_libvgl= libvgl
73.endif
74
75.if ${MACHINE_ARCH} == "ia64"
76_libsmb= libsmb
77.endif
78
75.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
76 ${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no"
77_libc_r=
78.endif
79
80.if ${MACHINE_ARCH} == "alpha"
81_libio= libio
82.endif

--- 48 unchanged lines hidden ---
79.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
80 ${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no"
81_libc_r=
82.endif
83
84.if ${MACHINE_ARCH} == "alpha"
85_libio= libio
86.endif

--- 48 unchanged lines hidden ---