summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2805b01b1c1..33c840e0d8f 100644
--- a/etc/etc.hp300/Makefile.inc
+++ b/etc/etc.hp300/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.13 1997/10/20 04:15:24 downsj Exp $
+# $OpenBSD: Makefile.inc,v 1.14 1997/10/20 13:26:49 downsj Exp $
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
@@ -20,7 +20,7 @@ bsd-dl:
bootblocks:
cp ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot
- cp ${DESTDIR}/usr/mdec/uboot ${DESTDIR}/snapshot/SYS_UBOOT
+ cp ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/snapshot/SYS_UBOOT
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \