diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-16 14:22:37 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-16 14:22:37 +0000 |
commit | ef6cf7f1f1e981b38b2bd4eb6a729e6f85c0bcc6 (patch) | |
tree | e5999e791ddb16a8a5ea7a93c36ff6f59f50d75d /release/Makefile | |
parent | 29aea9ec7ddbeac001c697bfc0a8b007a6b0aa11 (diff) | |
download | src-test2-ef6cf7f1f1e981b38b2bd4eb6a729e6f85c0bcc6.tar.gz src-test2-ef6cf7f1f1e981b38b2bd4eb6a729e6f85c0bcc6.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile index 6bd9e37ff1f9..de5359b8e6d7 100644 --- a/release/Makefile +++ b/release/Makefile @@ -265,9 +265,7 @@ RD= ${_R}/stage RND= ${RD}/release.doc FD= ${_R}/ftp CD= ${_R}/cdrom -.if ${TARGET} != "pc98" CD_BOOT= ${CD}/bootonly -.endif CD_DISC1= ${CD}/disc1 CD_DISC2= ${CD}/disc2 .if defined(SEPARATE_LIVEFS) @@ -308,7 +306,7 @@ EXTRAS+= cdrom.1 cdrom.2 cdrom.3 EXTRAS+= iso.1 .endif .if ${TARGET} == "pc98" -BOOTABLE= +BOOTABLE="-G" .else BOOTABLE="-b" .endif @@ -945,7 +943,6 @@ cdrom.1: @rm -f ${CD_LIVEFS}/.profile @cp ${.CURDIR}/fixit.profile ${CD_LIVEFS}/.profile @ln -sf /rescue ${CD_LIVEFS}/stand -.if ${TARGET} != "pc98" @echo "Setting up CDROM boot area" @rm -f ${CD_LIVEFS}/boot/loader.conf @cp ${RD}/mfsroot/mfsroot.gz ${CD_LIVEFS}/boot/mfsroot.gz @@ -960,7 +957,6 @@ cdrom.1: @echo 'hint.atkbd.0.flags="0x1"' >> ${CD_LIVEFS}/boot/device.hints .endif .endif -.endif @echo "CD_VERSION = ${BUILDNAME}" > ${CD_LIVEFS}/cdrom.inf touch ${.TARGET} |