aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-06 16:50:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-06 16:50:51 +0000
commit24fb960d884dcdc093a03508d35987e371bac61a (patch)
tree9ff6e89771b9a4f73a7ace44c3b817682b1b5ef1 /release
parenta429d69f4a8833430844257ef221c5cb6d5dbf17 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index f972b3e9e25a..15a3431daba2 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.424 1998/11/03 03:36:34 jkh Exp $
+# $Id: Makefile,v 1.425 1998/11/03 21:09:11 msmith Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -707,11 +707,7 @@ doMFSKERN:
@cp ${RD}/kernels/BOOTMFS.${FSIMAGE} ${RD}/boot.${FSIMAGE}/kernel
.if !defined(_MFSKERN) || ${MACHINE_ARCH} == "alpha"
@mkdir -p ${RD}/boot.${FSIMAGE}/boot
-.if ${MACHINE_ARCH} == "alpha"
- @cp /usr/mdec/loader ${RD}/boot.${FSIMAGE}/boot
-.else
@cp /boot/* ${RD}/boot.${FSIMAGE}/boot
-.endif
@echo "@load /kernel" > ${RD}/boot.${FSIMAGE}/boot/boot.conf
@echo "@echo Please insert MFS root floppy and press enter:" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf
@echo "@read" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf