From 9ab81ad8d75dfaf09c4a7cb906472241dc43eae3 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 1 Dec 2013 20:41:25 +0000 Subject: [PATCH] Copy the bootblocks to the release directory and sha256 it; spotted by aoyama@ --- src/etc/etc.luna88k/Makefile.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.luna88k/Makefile.inc b/src/etc/etc.luna88k/Makefile.inc index 2ac4e137..f21e96a5 100644 --- a/src/etc/etc.luna88k/Makefile.inc +++ b/src/etc/etc.luna88k/Makefile.inc @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.7 2012/03/01 14:04:03 aoyama Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2013/12/01 20:41:25 miod Exp $ KERNELS += GENERIC.MP bsd.mp bootblocks: - # XXX no bootblocks ? + cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ -MDEXT= bsd.rd +MDEXT= bsd.rd \ + boot