TARGET_ARCH == amd64 also has /boot/mbr.
This commit is contained in:
parent
3f52f44add
commit
c07665ebc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115860
@ -694,7 +694,7 @@ release.9:
|
||||
.if ${TARGET_ARCH} != "ia64"
|
||||
@cp ${RD}/trees/base/boot/boot* ${RD}/mfsfd/boot
|
||||
.endif
|
||||
.if ${TARGET} == "i386"
|
||||
.if ${TARGET} == "i386" || ${TARGET_ARCH} == "amd64"
|
||||
@cp ${RD}/trees/base/boot/mbr ${RD}/mfsfd/boot
|
||||
.endif
|
||||
@echo "Making the regular boot floppy."
|
||||
|
Loading…
Reference in New Issue
Block a user