Module Name:    src
Committed By:   tsutsui
Date:           Fri May 31 20:54:33 UTC 2024

Modified Files:
        src/distrib/cdrom: Makefile

Log Message:
Build mac68k and macppc iso images using tools/mkhybrid.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/cdrom/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/cdrom/Makefile
diff -u src/distrib/cdrom/Makefile:1.54 src/distrib/cdrom/Makefile:1.55
--- src/distrib/cdrom/Makefile:1.54	Thu May 16 14:21:45 2024
+++ src/distrib/cdrom/Makefile	Fri May 31 20:54:33 2024
@@ -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.$
 
 SUBDIR=
 
+.if !empty(ALL_PORTS:Mmac68k) || !empty(ALL_PORTS:Mmacppc)
+MKISOFS=	${TOOL_MKHYBRID}
+.endif
+
 .if !empty(ALL_PORTS:Mmacppc)
 SUBDIR+=	macppc_installboot
 .endif

Reply via email to