aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
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>