Deleted Added
full compact
Makefile (129237) Makefile (131768)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 129237 2004-05-14 19:52:35Z bde $
2# $FreeBSD: head/lib/Makefile 131768 2004-07-07 22:48:30Z emax $
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.

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

46_libatm= libatm
47_libngatm= libngatm
48.endif
49
50.if !defined(NO_BIND)
51_libbind= libbind
52.endif
53
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.

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

46_libatm= libatm
47_libngatm= libngatm
48.endif
49
50.if !defined(NO_BIND)
51_libbind= libbind
52.endif
53
54.if ${MACHINE_ARCH} == "i386"
55.if !defined(NO_BLUETOOTH)
56_libbluetooth= libbluetooth
57_libsdp= libsdp
58.endif
54.if !defined(NO_BLUETOOTH)
55_libbluetooth= libbluetooth
56_libsdp= libsdp
57.endif
58
59.if ${MACHINE_ARCH} == "i386"
59_compat= compat
60_libncp= libncp
61_libsmb= libsmb
62_libvgl= libvgl
63.endif
64
65.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
66 ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBC_R)

--- 46 unchanged lines hidden ---
60_compat= compat
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(NOLIBC_R)

--- 46 unchanged lines hidden ---