Deleted Added
full compact
Makefile (50633) Makefile (50731)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 50633 1999-08-30 08:15:02Z peter $
2# $FreeBSD: head/lib/Makefile 50731 1999-09-01 06:21:52Z peter $
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 libss.
9# libcrypt must be built before libskey.
10# libm must be built before libstdc++.
11# libmd must be built before libatm, libopie, libradius, libskey,
12# and libtacplus.
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 libss.
9# libcrypt must be built before libskey.
10# libm must be built before libstdc++.
11# libmd must be built before libatm, libopie, libradius, libskey,
12# and libtacplus.
13# libncurses must be built before libdialog.
13# libncurses must be built before libdialog, libedit and libreadline.
14# libradius must be built before libpam.
15# libskey must be built before libpam.
16# libtacplus 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# libtermcap must be built before libcurses, libedit and libreadline.
18#
19# Otherwise, the SUBDIR list should be in alphabetical order.
20
21SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \
22 libradius libskey libtacplus \
23 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
24 libcompat libdevstat libdisk libncurses libedit libfetch \
25 libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \

--- 44 unchanged lines hidden ---
17#
18# Otherwise, the SUBDIR list should be in alphabetical order.
19
20SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \
21 libradius libskey libtacplus \
22 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
23 libcompat libdevstat libdisk libncurses libedit libfetch \
24 libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \

--- 44 unchanged lines hidden ---