From 4480d873261051dde27088e09c8150c5c03e758c Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 18 Oct 2003 03:00:05 +0000 Subject: [PATCH] Fix iso-image support. --- etc/etc.amd64/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/etc.amd64/Makefile.inc b/etc/etc.amd64/Makefile.inc index 62a6200660eb..12d315099daa 100644 --- a/etc/etc.amd64/Makefile.inc +++ b/etc/etc.amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 2003/04/26 19:23:36 fvdl Exp $ +# $NetBSD: Makefile.inc,v 1.3 2003/10/18 03:00:05 matt Exp $ # # etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets # @@ -10,7 +10,7 @@ BUILD_KERNELS= INSTALL INSTALLATION_DIRS+= installation/floppy # mkisofs arguments to generate bootable iso image -MKISOFS_FLAGS+= -b installation/floppy/boot-big.fs +MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs snap_md_post: ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'