summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2003-05-05 05:29:10 +0000
committermurray <murray@FreeBSD.org>2003-05-05 05:29:10 +0000
commitd986a99a30c646b33824dd55f07bd360241501d3 (patch)
tree1b441465e49aa8160ea3e09a669aa762689a1e93
parentb5095f91a491b194e7c2f2822429864960639a80 (diff)
downloadFreeBSD-src-d986a99a30c646b33824dd55f07bd360241501d3.zip
FreeBSD-src-d986a99a30c646b33824dd55f07bd360241501d3.tar.gz
Move the setting of the BOOTABLE flag outside of .if MAKE_ISOS so that
bootable CDs can still be created if the iso.1 target is called directly. PR: misc/47191 Submitted by: Joost Bekkers <joost@bps.jodocus.org> MFC after: 1 week
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 5656ec7..531654b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -279,11 +279,11 @@ EXTRAS= ftp.1
EXTRAS+= cdrom.1
.if defined(MAKE_ISOS)
EXTRAS+= iso.1
+.endif
.if ${TARGET} != "pc98"
BOOTABLE="-b"
.endif
.endif
-.endif
.if !defined(NODOC)
DOCREL= doc.1 doc.2
OpenPOWER on IntegriCloud