From: miod Date: Sun, 5 Nov 2023 16:27:18 +0000 (+0000) Subject: Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a535e1e04854be69f97fb957d57c54c64f290c61;p=openbsd Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' on bugs@. --- 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