aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-20 22:56:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-20 22:56:27 +0000
commit75f692229091c51d9d364b58ba7986a12c09ab10 (patch)
tree4d4394716cfa4a4d114698c47699dd39c5cd2dbd /release
parent181d4e73b55c45f1f1a17a1433e77bc2700aff4a (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f78eac2b2c694..4c4fc24f2cc01 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.52 1994/11/20 01:54:13 phk Exp $
+# $Id: Makefile,v 1.53 1994/11/20 14:49:43 jkh Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -194,6 +194,7 @@ tarballs:
tar cf - . | \
${ZIPNSPLIT} ${RELEASEDIR}/tarballs/$$i/$${i}_tgz.) ; \
( cd ${RELEASEDIR}/tarballs/$${i}; sh -e ${.CURDIR}/mkchecksums.sh ) ; \
+ cp ${.CURDIR}/extract.sh cd ${RELEASEDIR}/tarballs/$${i} ;\
done
.include <bsd.prog.mk>