diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-12-01 20:41:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-12-01 20:41:26 +0000 |
commit | d23e4e29649ccfac557e3a6fa981f1ba62e73b46 (patch) | |
tree | d5e557635e37b766fa9ec1d859dfb663ba3f37b7 /etc | |
parent | 95c21d4b10e6a2e9ba67f4fe05a74ce8fab89ac5 (diff) |
Copy the bootblocks to the release directory and sha256 it; spotted by
aoyama@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc index 2ac4e13791c..f21e96a5fbf 100644 --- a/etc/etc.luna88k/Makefile.inc +++ b/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 |