diff options
author | joerg <joerg@FreeBSD.org> | 1996-02-13 09:22:42 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-02-13 09:22:42 +0000 |
commit | b454fdcba1ef3acccf144d76a6a964c448bfc41b (patch) | |
tree | afe003cf3ff35ad02be03b7efb55b55d7ce42e39 /release | |
parent | 20acc5794c65576fd8b2bb8efaa92b44ee017689 (diff) | |
download | FreeBSD-src-b454fdcba1ef3acccf144d76a6a964c448bfc41b.zip FreeBSD-src-b454fdcba1ef3acccf144d76a6a964c448bfc41b.tar.gz |
Special fixup to build and install the non-des ed(1) and init(8) into
the "bin" distribution.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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. |