Special fixup to build and install the non-des ed(1) and init(8) into

the "bin" distribution.
This commit is contained in:
Joerg Wunsch 1996-02-13 09:22:42 +00:00
parent 2ec6fd6a09
commit 34fca5dd0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14079

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.204 1996/01/14 19:10:15 phk Exp $
# $Id: Makefile,v 1.205 1996/01/24 21:42:37 joerg Exp $
#
# How to roll a release:
#
@ -257,6 +257,13 @@ release.5:
rm -f $$c ; \
ln -s `basename $$i` $$c ; \
done
# Handle some other grief caused by the ammunition braindeadness.
for i in sbin/init bin/ed ; do
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
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.