Browse Source

Copy the bootblocks to the release directory and sha256 it; spotted by

aoyama@
OPENBSD_5_5
miod 11 years ago
parent
commit
9ab81ad8d7
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/etc/etc.luna88k/Makefile.inc

+ 4
- 3
src/etc/etc.luna88k/Makefile.inc View File

@ -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 KERNELS += GENERIC.MP bsd.mp
bootblocks: bootblocks:
# XXX no bootblocks ?
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT= bsd.rd
MDEXT= bsd.rd \
boot

Loading…
Cancel
Save