From 25b14f946f90a60fd3e3fdf7fba60721400fefc1 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 31 May 2024 20:54:33 +0000 Subject: [PATCH] Build mac68k and macppc iso images using tools/mkhybrid. --- distrib/cdrom/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/distrib/cdrom/Makefile b/distrib/cdrom/Makefile index 4f2a59afa4e2..5e775b5de6f6 100644 --- a/distrib/cdrom/Makefile +++ b/distrib/cdrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2024/05/16 14:21:45 tsutsui Exp $ +# $NetBSD: Makefile,v 1.55 2024/05/31 20:54:33 tsutsui Exp $ # # Consult "*.conf" for the configuration variables; this Makefile is typically # not edited for basic configuration changes. @@ -63,6 +63,10 @@ ALL_PORTS:= ${ALL_PORTS} ${BASE_PORTS.${image}} SUBDIR= +.if !empty(ALL_PORTS:Mmac68k) || !empty(ALL_PORTS:Mmacppc) +MKISOFS= ${TOOL_MKHYBRID} +.endif + .if !empty(ALL_PORTS:Mmacppc) SUBDIR+= macppc_installboot .endif