Create symlinks for the MD5 libcrypt's in the bindist.

Jordan, this and my previous commit to lib/Makefile should
re-establish the libcrypt for our releases now. :-)

Well, not sure, perhaps init(8) is linked against the wrong libcrypt
in the bindist. :-(
This commit is contained in:
Joerg Wunsch 1996-01-24 21:42:37 +00:00
parent 7c2f56cca5
commit 2fb96ab9ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13621

View File

@ -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.