Deleted Added
full compact
Makefile (117950) Makefile (117978)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 117950 2003-07-24 02:05:48Z peter $
2# $FreeBSD: head/lib/Makefile 117978 2003-07-24 18:30:25Z markm $
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.

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

89_libthr= libthr
90.endif
91.endif
92
93.if ${MACHINE_ARCH} != "powerpc"
94_libdisk= libdisk
95.endif
96
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.

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

89_libthr= libthr
90.endif
91.endif
92
93.if ${MACHINE_ARCH} != "powerpc"
94_libdisk= libdisk
95.endif
96
97.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
97.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
98_libmp= libmp
99.endif
100
101.include <bsd.subdir.mk>
98_libmp= libmp
99.endif
100
101.include <bsd.subdir.mk>