Deleted Added
full compact
Makefile (118675) Makefile (118694)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 118675 2003-08-08 21:16:06Z deischen $
2# $FreeBSD: head/lib/Makefile 118694 2003-08-09 15:29:52Z deischen $
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.

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

58_libsmutil= libsmutil
59.endif
60
61.if ${MACHINE_ARCH} == "i386"
62_compat= compat
63_libncp= libncp
64_libsmb= libsmb
65_libvgl= libvgl
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.

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

58_libsmutil= libsmutil
59.endif
60
61.if ${MACHINE_ARCH} == "i386"
62_compat= compat
63_libncp= libncp
64_libsmb= libsmb
65_libvgl= libvgl
66.if !defined(NOLIBPTHREAD)
67_libpthread= libpthread
68.endif
66.endif
69.endif
70
67
71.if ${MACHINE_ARCH} == "ia64"
72.if !defined(NOLIBPTHREAD)
73_libpthread= libpthread
74.endif
75.endif
76
77.if ${MACHINE_ARCH} == "alpha"
78_libio= libio
79_compat= compat
80.endif
81
82.if ${MACHINE_ARCH} == "amd64"
83_libncp= libncp
84_libsmb= libsmb
68.if ${MACHINE_ARCH} == "alpha"
69_libio= libio
70_compat= compat
71.endif
72
73.if ${MACHINE_ARCH} == "amd64"
74_libncp= libncp
75_libsmb= libsmb
76.endif
77
78.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64"
85.if !defined(NOLIBPTHREAD)
86_libpthread= libpthread
87.endif
88.endif
89
90.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
91.if !defined(NOLIBTHR)
92_libthr= libthr

--- 12 unchanged lines hidden ---
79.if !defined(NOLIBPTHREAD)
80_libpthread= libpthread
81.endif
82.endif
83
84.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
85.if !defined(NOLIBTHR)
86_libthr= libthr

--- 12 unchanged lines hidden ---