From b454fdcba1ef3acccf144d76a6a964c448bfc41b Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Feb 1996 09:22:42 +0000 Subject: Special fixup to build and install the non-des ed(1) and init(8) into the "bin" distribution. --- release/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 6a83dd9..f731e4f 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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. -- cgit v1.1