summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-18 00:40:38 +0000
committerjdp <jdp@FreeBSD.org>1998-11-18 00:40:38 +0000
commitb02cc4cba768c7c88187e87ebf6e12efdc92be2f (patch)
treeaf1d2f3ae13fba0a757aa8821b3e5ecb0d4fd91a
parent2871507cfa37a4a871ddf032fc0bc0e914969a16 (diff)
downloadFreeBSD-src-b02cc4cba768c7c88187e87ebf6e12efdc92be2f.zip
FreeBSD-src-b02cc4cba768c7c88187e87ebf6e12efdc92be2f.tar.gz
Note the requirement that libcrypt be built before libkrb.
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 08036bc..2e90ee4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.40 1998/11/13 00:59:00 jdp Exp $
+# $Id: Makefile.inc1,v 1.41 1998/11/15 10:03:12 jb Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -645,7 +645,7 @@ lib-tools:
#
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
-# libcrypt must be built before libskey.
+# libcrypt must be built before libskey and libkrb.
# libm must be built before libf2c, libg++ and libstdc++.
# libmd must be built before libatm, libopie, libradius, libskey,
# and libtacplus.
OpenPOWER on IntegriCloud