FLOPPYPAD + ${MACHINE} instead of hardcoding amd64.
This commit is contained in:
parent
c08a223c49
commit
576896857d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.bootfloppy,v 1.10 2008/11/04 23:02:52 dbj Exp $
|
||||
# $NetBSD: Makefile.bootfloppy,v 1.11 2011/02/08 12:25:36 jym Exp $
|
||||
#
|
||||
# Makefile snippet to create a set of USTAR floppies
|
||||
#
|
||||
@ -31,9 +31,10 @@ FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} ${FLOPPYBOOTOPTIONS} -m${MACHINE} @IMAGE@
|
||||
FLOPPYKERNOBJ!= cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
|
||||
|
||||
FLOPPY_BOOT?= ${MDEC}/boot
|
||||
FLOPPY_BOOT_CFG?= ${DISTRIBDIR}/amd64/floppies/common/boot.cfg
|
||||
FLOPPY_BOOT_CFG?= ${DISTRIBDIR}/${MACHINE}/floppies/common/boot.cfg
|
||||
FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
|
||||
FLOPPYFILES= boot boot.cfg ${FLOPPYMETAFILE} netbsd
|
||||
FLOPPYPAD= 1
|
||||
|
||||
FLOPPY_RELEASEDIR= installation/floppy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user