diff options
author | 2006-06-06 03:41:51 +0000 | |
---|---|---|
committer | 2006-06-06 03:41:51 +0000 | |
commit | a5e397f5f1072d382bda7c28f4adb7640211a737 (patch) | |
tree | 4734606e9d527ac2bba02c6c9a9339fda94b14c2 | |
parent | remove irrelevant sysctls (diff) | |
download | wireguard-openbsd-a5e397f5f1072d382bda7c28f4adb7640211a737.tar.xz wireguard-openbsd-a5e397f5f1072d382bda7c28f4adb7640211a737.zip |
so how did we not catch this grabbing the wrong (i386) file before?
-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 |