Deleted Added
full compact
Makefile (57841) Makefile (59353)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 57841 2000-03-09 06:29:05Z kris $
2# $FreeBSD: head/lib/Makefile 59353 2000-04-18 06:13:06Z kris $
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, libpam and libss.
9# libcrypt must be built before libkrb, libpam and libskey.
10# libm must be built before libg++ and libstdc++.
11# libmd must be built before libatm, libopie, libradius, libskey, and
12# libtacplus.
13# libncurses must be built before libdialog, libedit and libreadline.
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, libpam and libss.
9# libcrypt must be built before libkrb, libpam and libskey.
10# libm must be built before libg++ and libstdc++.
11# libmd must be built before libatm, libopie, libradius, libskey, and
12# libtacplus.
13# libncurses must be built before libdialog, libedit and libreadline.
14# libopie must be built before libpam.
14# libradius must be built before libpam.
15# libskey must be built before libpam.
16# libtacplus must be built before libpam.
17# libutil must be built before libpam.
18#
19# Otherwise, the SUBDIR list should be in alphabetical order.
20
21SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \

--- 53 unchanged lines hidden ---
15# libradius must be built before libpam.
16# libskey must be built before libpam.
17# libtacplus must be built before libpam.
18# libutil must be built before libpam.
19#
20# Otherwise, the SUBDIR list should be in alphabetical order.
21
22SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \

--- 53 unchanged lines hidden ---