Browse Source

so how did we not catch this grabbing the wrong (i386) file before?

OPENBSD_4_0
drahn 18 years ago
parent
commit
8e45e7ee89
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.zaurus/Makefile.inc

+ 2
- 2
src/etc/etc.zaurus/Makefile.inc View File

@ -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


Loading…
Cancel
Save