From a535e1e04854be69f97fb957d57c54c64f290c61 Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 5 Nov 2023 16:27:18 +0000 Subject: [PATCH] Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' on bugs@. --- etc/etc.loongson/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/etc.loongson/Makefile.inc b/etc/etc.loongson/Makefile.inc index a781a2ca0bc..0d21eca84e5 100644 --- a/etc/etc.loongson/Makefile.inc +++ b/etc/etc.loongson/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.7 2020/05/17 17:04:29 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2023/11/05 16:27:18 miod Exp $ bootblocks: cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} -MDEXT= bsd.rd boot miniroot${OSrev}.img +MDEXT= bsd.rd boot cd${OSrev}.iso miniroot${OSrev}.img -- 2.20.1