summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/cdrom/Makefile6
-rw-r--r--etc/etc.mac68k/Makefile.inc4
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/cdrom/Makefile b/distrib/cdrom/Makefile
index 380105281d4..b869f18c1ac 100644
--- a/distrib/cdrom/Makefile
+++ b/distrib/cdrom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2018/01/24 09:04:40 skrll Exp $
+# $NetBSD: Makefile,v 1.53 2023/05/19 14:47:16 hauke Exp $
#
# Consult "*.conf" for the configuration variables; this Makefile is typically
# not edited for basic configuration changes.
@@ -288,7 +288,7 @@ MKISOFS_ARGS.${image}+= -b ${BOOTFILE.amd64} -c boot.catalog -no-emul-boot
MKISOFS_ARGS.${image}+= -b ${BOOTFILE.amd64} -c boot.catalog
.endif
.endif
-
+
# Mac (mac68k, macppc)
.if !empty(ports:Mmacppc)
@@ -299,7 +299,7 @@ MKISOFS_ARGS.${image}+= -hfs -part -hide-hfs-list ${.CURDIR}/hide-hfs.lst \
UUDECODE_FILES= ${BOOTHFS}
.include <bsd.files.mk>
.elif defined(USE_APPLE_ISO) || !empty(ports:Mmac68k)
-MKISOFS_ARGS.${image}+= -apple --macbin -map ${.CURDIR}/hfsmap.lst
+MKISOFS_ARGS.${image}+= -apple --macbin -data-change-warn -map ${.CURDIR}/hfsmap.lst
.endif
# Sun (sparc, sparc64, sun3)
diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc
index 94764a1c79c..8d42efbffe2 100644
--- a/etc/etc.mac68k/Makefile.inc
+++ b/etc/etc.mac68k/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.23 2019/07/26 11:38:21 rin Exp $
+# $NetBSD: Makefile.inc,v 1.24 2023/05/19 14:47:16 hauke Exp $
#
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
#
@@ -18,7 +18,7 @@ snap_md_post:
# For "make iso-image"
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
-MKISOFS_FLAGS+= -hfs --macbin \
+MKISOFS_FLAGS+= -hfs --macbin -data-change-warn \
-map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
iso-image: do-iso-image