Deleted Added
full compact
Makefile (115484) Makefile (115583)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 115484 2003-05-31 18:43:17Z mtm $
2# $FreeBSD: head/lib/Makefile 115583 2003-06-01 00:32:21Z marcel $
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 libkrb and libpam.
9# libcrypt must be built before libkrb and libpam.
10# libkvm must be built before libdevstat.

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

66.if !defined(NOLIBPTHREAD)
67_libpthread= libpthread
68.endif
69.if !defined(NOLIBTHR)
70_libthr= libthr
71.endif
72.endif
73
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 libkrb and libpam.
9# libcrypt must be built before libkrb and libpam.
10# libkvm must be built before libdevstat.

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

66.if !defined(NOLIBPTHREAD)
67_libpthread= libpthread
68.endif
69.if !defined(NOLIBTHR)
70_libthr= libthr
71.endif
72.endif
73
74.if ${MACHINE_ARCH} == "ia64"
75.if !defined(NOLIBTHR)
76_libthr= libthr
77.endif
78.endif
79
74.if ${MACHINE_ARCH} == "alpha"
75_libio= libio
76_compat= compat
77.endif
78
79.if ${MACHINE_ARCH} != "powerpc"
80_libdisk= libdisk
81.endif

--- 12 unchanged lines hidden ---
80.if ${MACHINE_ARCH} == "alpha"
81_libio= libio
82_compat= compat
83.endif
84
85.if ${MACHINE_ARCH} != "powerpc"
86_libdisk= libdisk
87.endif

--- 12 unchanged lines hidden ---