From ff0931075f1f23dae78fcb03f404331b87c73dff Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 12 Oct 2019 05:22:48 +0000 Subject: [PATCH] accidentally stated the MP kernel twice, leading the SHA256/SHA256.sig file to contain two hashes for bsd.mp, and cause later upgrade problems spotted by afresh1 --- src/etc/etc.alpha/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/etc/etc.alpha/Makefile.inc b/src/etc/etc.alpha/Makefile.inc index ff94b117..af1dab34 100644 --- a/src/etc/etc.alpha/Makefile.inc +++ b/src/etc/etc.alpha/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.27 2019/04/26 04:50:13 deraadt Exp $ - -KERNELS += GENERIC.MP bsd.mp +# $OpenBSD: Makefile.inc,v 1.28 2019/10/12 05:22:48 deraadt Exp $ KERNELS += GENERIC.MP bsd.mp