diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 04:15:25 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 04:15:25 +0000 |
commit | d94d3b07fe639f618c8d751f0f1b7c6b1140a0dc (patch) | |
tree | 0bc3fb70b1bd1f4a6f2dfb7c9fc1138dd11fb16f /etc/etc.hp300 | |
parent | 48478a593c65946a253411163f39e0086f29e486 (diff) |
Copy SYS_UBOOT as well.
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index afec06b67d9..2805b01b1c1 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 1997/10/20 03:47:20 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.13 1997/10/20 04:15:24 downsj Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR @@ -20,6 +20,7 @@ bsd-dl: bootblocks: cp ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot + cp ${DESTDIR}/usr/mdec/uboot ${DESTDIR}/snapshot/SYS_UBOOT distrib: cd ${.CURDIR}/../distrib && make cleandir && \ |