diff options
-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 |