summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-20 02:03:45 +0000
committerjdp <jdp@FreeBSD.org>1998-11-20 02:03:45 +0000
commit87456b3bc183fb057d03be317308855adb911605 (patch)
treee1c8456f2c483c820985bc08b80c3a9b2086d376 /lib
parent4168712b981150afe9c3da9cb4d0cca9d4d5309e (diff)
downloadFreeBSD-src-87456b3bc183fb057d03be317308855adb911605.zip
FreeBSD-src-87456b3bc183fb057d03be317308855adb911605.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 8ce66b7..286044c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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})
OpenPOWER on IntegriCloud