mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Make a link for gzip so we actually have it available on the boot floppy.
This commit is contained in:
parent
a0c7a3b3cf
commit
8a364f2218
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4196
@ -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 > \
|
||||
|
Loading…
Reference in New Issue
Block a user