aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-01-24 21:42:37 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-01-24 21:42:37 +0000
commit2fb96ab9baa2173f9c53e9458ce0d68486e6f240 (patch)
tree23a01b92f0de2f4ea05509d341596ed444d4be20
parent7c2f56cca56278fe005949ffddfd9cdd515a5dc4 (diff)
Notes
-rw-r--r--release/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index c5da97f4939d..6a83dd974867 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.203 1996/01/13 23:31:44 phk Exp $
+# $Id: Makefile,v 1.204 1996/01/14 19:10:15 phk Exp $
#
# How to roll a release:
#
@@ -249,6 +249,14 @@ release.5:
${RD}/trees/proflibs/usr/lib ; \
fi ; \
done
+ # Create symlinks for the MD5-based crypt lib, too. The
+ # automatically created links still point to the DES stuff,
+ # which went into its own distribution.
+ for i in ${RD}/trees/bin/usr/lib/libscrypt* ; do \
+ c=`echo $$i | sed -e 's/libscrypt/libcrypt/'` ; \
+ rm -f $$c ; \
+ ln -s `basename $$i` $$c ; \
+ done
# Remove some files we can faster regen after installing.
cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db
# Remove all the directories we don't need.