Make sure libskey is built before libpam. It is required for one of

the PAM modules.

Fix the comments describing the PAM dependencies to be consistent
with other related comments.

Restructure the library-building loop slightly, per suggestion from
bde.
This commit is contained in:
John Polstra 1998-11-20 02:03:45 +00:00
parent 51d2851063
commit 60da54eec3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41257

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.83 1998/11/13 01:01:37 jdp Exp $
# $Id: Makefile,v 1.84 1998/11/18 02:02:27 jdp Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
@ -12,17 +12,19 @@
# and libtacplus.
# libmytinfo must be built before libdialog and libncurses.
# libncurses must be built before libdialog.
# libradius must be built before libpam.
# libskey must be built before libpam.
# libtacplus must be built before libpam.
# libtermcap must be built before libcurses, libedit and libreadline.
# libradius and libtacplus must be built before libpam.
#
# Otherwise, the SUBDIR list should be in alphabetical order.
SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \
libncurses libtermcap libradius libtacplus \
libncurses libtermcap libradius libskey libtacplus \
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
libcompat libcurses libdevstat libdisk libedit libf2c libfetch \
libftpio libgnumalloc libipx libkvm libopie libpam \
libpcap libresolv librpcsvc libskey libss libstand \
libpcap libresolv librpcsvc libss libstand \
${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})