diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 03:47:21 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 03:47:21 +0000 |
commit | 48478a593c65946a253411163f39e0086f29e486 (patch) | |
tree | 3b12ec133757381e6d14f767eaadb634ca05ffed | |
parent | 754d8f26fcf0e9169422b4edfc94dfa88c89c4e0 (diff) |
Consistant.
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 908831f5a10..afec06b67d9 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 1997/10/19 20:36:13 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.12 1997/10/20 03:47:20 downsj Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR @@ -19,7 +19,7 @@ bsd-dl: ${DESTDIR}/snapshot/bsd-dl bootblocks: - -cp -R ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot + cp ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot distrib: cd ${.CURDIR}/../distrib && make cleandir && \ |