diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 03:41:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 03:41:52 +0000 |
commit | 7f2cd76063c34db15ae4b5b9f9447e4e77661fa2 (patch) | |
tree | c7cece6c70fe111e8d40b1e1b786de7b86ba9b51 /etc/etc.zaurus/Makefile.inc | |
parent | 637d95ad2d4ce979afba91480b656dae62d1cf05 (diff) |
so how did we not catch this grabbing the wrong (i386) file before?
Diffstat (limited to 'etc/etc.zaurus/Makefile.inc')
-rw-r--r-- | etc/etc.zaurus/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index b3b0517a3f1..cc9f4fb18e1 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/etc/etc.zaurus/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2005/01/10 00:28:15 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2006/06/06 03:41:51 drahn Exp $ # etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets .ifdef DESTDIR @@ -12,7 +12,7 @@ bsd: ${MAKE} clean && ${MAKE} depend && exec ${MAKE} notes: - cp ${.CURDIR}/etc.i386/INSTALL.* ${DESTDIR}/snapshot + cp ${.CURDIR}/etc.zaurus/INSTALL.* ${DESTDIR}/snapshot bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${DESTDIR}/snapshot |