summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-06 02:37:25 +0000
committerjkh <jkh@FreeBSD.org>1994-11-06 02:37:25 +0000
commit22ae5593ea6004be045c27d261919d568d080371 (patch)
tree60f287eeb5b418f7509f37936553142671cdf8ed /release
parent126cfc59f8f6a8652ce0aacfdc1a6cfa4aba223f (diff)
downloadFreeBSD-src-22ae5593ea6004be045c27d261919d568d080371.zip
FreeBSD-src-22ae5593ea6004be045c27d261919d568d080371.tar.gz
Make a link for gzip so we actually have it available on the boot floppy.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 308c909..5aad29b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1994/11/06 00:21:39 jkh Exp $
+# $Id: Makefile,v 1.16 1994/11/06 01:19:48 jkh Exp $
#
FLOPPY= fd0
@@ -19,7 +19,7 @@ CPIO2= etc/services
# Somewhat on the rough side...
CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} *.flp *.gz
-CLEANFILES+= root_flp cpio_flp_1
+CLEANFILES+= boot_flp cpio_flp_1
MTREE_DIR= ${.CURDIR}/../etc/mtree
@@ -58,6 +58,7 @@ boot.flp:
gzip -9 < boot_flp > ${MNT}/stand/sysinstall
chmod 755 ${MNT}/stand/sysinstall
ln ${MNT}/stand/sysinstall ${MNT}/stand/newfs
+ ln ${MNT}/stand/sysinstall ${MNT}/stand/gzip
gzip -9 -c ${.CURDIR}/../COPYRIGHT > ${MNT}/COPYRIGHT.gz
gzip -9 -c ${.CURDIR}/../README > ${MNT}/README.gz
gzip -9 -c ${.CURDIR}/../share/FAQ/DISKSPACE.FAQ > \
OpenPOWER on IntegriCloud