summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-29 16:25:13 +0000
committernyan <nyan@FreeBSD.org>2001-10-29 16:25:13 +0000
commit1587368e88e1df6e281b9686d1f8069a498b4c90 (patch)
treeb65c816276692c30e96e970fe13d17a7c41b5b7d /release
parent4cdbc89cb28968d8df171ff819bb33830ef67f8f (diff)
downloadFreeBSD-src-1587368e88e1df6e281b9686d1f8069a498b4c90.zip
FreeBSD-src-1587368e88e1df6e281b9686d1f8069a498b4c90.tar.gz
Make CD-ROM distributions at the pc98 release target.
MFC after: 3 days
Diffstat (limited to 'release')
-rw-r--r--release/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index edb6da9..056b792 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -214,11 +214,7 @@ BOOTSTRAPUTILS+= /usr/bin/cpio
CRUNCH_TARGETS= boot fixit
.endif
-.if ${MACHINE} == "pc98"
-EXTRAS= ftp.1
-.else
EXTRAS= cdrom.1 ftp.1
-.endif
.if defined(MAKE_ISOS)
EXTRAS+= iso.1
.endif
@@ -735,7 +731,9 @@ cdrom.1:
@mkdir -p ${CD_DISC1} ${CD_DISC2}
@cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1}
@cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1}
+.if ${MACHINE} != "pc98"
@ln -f ${RD}/kernels/MFSKERNEL.boot ${CD_DISC1}/kernel
+.endif
@for i in ${DISTRIBUTIONS} ; \
do \
if [ -d ${RD}/trees/$${i} ] ; then \
@@ -767,7 +765,7 @@ cdrom.1:
@ln -f ${CD_DISC2}/boot/cdboot ${CD_DISC1}/boot
@ln -f ${CD_DISC1}/boot/loader.rc ${CD_DISC2}/boot
@ln -f ${CD_DISC1}/kernel ${CD_DISC2}/kernel
-.elif ${MACHINE_ARCH} == "i386"
+.elif ${MACHINE} == "i386"
@mkdir -p ${CD_DISC2}/floppies
@cp ${CD_DISC1}/floppies/boot.flp ${CD_DISC2}/floppies
.endif
OpenPOWER on IntegriCloud