Build mac68k and macppc iso images using tools/mkhybrid.
This commit is contained in:
parent
09b5dada8b
commit
25b14f946f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue