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
This commit is contained in:
Murray Stokely 2003-05-05 05:29:10 +00:00
parent d1cbfb622b
commit 98f15514b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114693

View File

@ -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