Deleted Added
full compact
Makefile (117675) Makefile (117797)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 117675 2003-07-16 20:59:15Z markm $
2# $FreeBSD: head/lib/Makefile 117797 2003-07-20 01:34:40Z mtm $
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.

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

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
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.

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

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
69.if !defined(NOLIBTHR)
70_libthr= libthr
71.endif
69.endif
72.endif
73
74.if ${MACHINE_ARCH} == "ia64"
75.if !defined(NOLIBPTHREAD)
76_libpthread= libpthread
77.endif
70
71.if ${MACHINE_ARCH} == "ia64"
72.if !defined(NOLIBPTHREAD)
73_libpthread= libpthread
74.endif
78.if !defined(NOLIBTHR)
79_libthr= libthr
80.endif
75.endif
81.endif
82
83.if ${MACHINE_ARCH} == "alpha"
84_libio= libio
85_compat= compat
86.endif
87
76
77.if ${MACHINE_ARCH} == "alpha"
78_libio= libio
79_compat= compat
80.endif
81
82.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
83.if !defined(NOLIBTHR)
84_libthr= libthr
85.endif
86.endif
87
88.if ${MACHINE_ARCH} != "powerpc"
89_libdisk= libdisk
90.endif
91
92.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
93_libmp= libmp
94.endif
95
96.include <bsd.subdir.mk>
88.if ${MACHINE_ARCH} != "powerpc"
89_libdisk= libdisk
90.endif
91
92.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
93_libmp= libmp
94.endif
95
96.include <bsd.subdir.mk>