summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1999-08-18 17:27:15 +0000
committerJason Downs <downsj@cvs.openbsd.org>1999-08-18 17:27:15 +0000
commit4f63fdc85c00597e6aaea5b6b13a1dde60e082ca (patch)
tree1d451cfce699898e52ffa4ed4701c7203a6b89b4
parentd6ad15d2356dec99eeff67d57af58ee4297fc711 (diff)
Boot block changes.
-rw-r--r--etc/etc.hp300/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc
index 3022872fba9..6396e72320d 100644
--- a/etc/etc.hp300/Makefile.inc
+++ b/etc/etc.hp300/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.15 1997/10/24 12:38:41 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.16 1999/08/18 17:27:14 downsj Exp $
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
@@ -19,8 +19,8 @@ bsd.dl:
${DESTDIR}/snapshot/bsd.dl
bootblocks:
- cp ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot
cp ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/snapshot/SYS_UBOOT
+ cp ${DESTDIR}/usr/mdec/cdboot.lif ${DESTDIR}/snapshot/SYS_CDBOOT
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \