Deleted Added
full compact
Makefile (39251) Makefile (39271)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $Id: Makefile,v 1.77 1998/09/07 13:59:15 bde Exp $
2# $Id: Makefile,v 1.78 1998/09/15 10:22:54 gibbs Exp $
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 and libmd must be built before libskey.
10# libmytinfo must be built before libncurses.
11# libtermcap must be built before libcurses and libedit.
12#
13# Otherwise, the SUBDIR list should be in alphabetical order.
14
15SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \
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 and libmd must be built before libskey.
10# libmytinfo must be built before libncurses.
11# libtermcap must be built before libcurses and libedit.
12#
13# Otherwise, the SUBDIR list should be in alphabetical order.
14
15SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \
16 ${_compat} libalias libbind libc ${_libc_r} libcalendar libcam \
16 ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
17 libcompat libcurses libdevstat ${_libdisk} libedit libf2c libfetch \
18 libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \
19 libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \
20 ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
21
22.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
23_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
24.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})

--- 34 unchanged lines hidden ---
17 libcompat libcurses libdevstat ${_libdisk} libedit libf2c libfetch \
18 libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \
19 libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \
20 ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
21
22.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
23_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
24.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})

--- 34 unchanged lines hidden ---