aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-11-20 02:03:45 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-11-20 02:03:45 +0000
commit60da54eec30d28654f5e837b3293fdee80e189b8 (patch)
treebd739c9d6ea8deb63915c8a52cb47a1e0b5d255f /lib
parent51d2851063a70d8165bb3fa40a51c7abca7406e2 (diff)
Notes
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 8ce66b736750e..286044cd7895d 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})