summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-01-13 19:03:56 +0000
committerdrahn <drahn@openbsd.org>2005-01-13 19:03:56 +0000
commit85fa8d093a9279be1f33ac7d9cd8ba3e1651affe (patch)
tree6f2a6a7b22b189241155d10e7a45633f87c093e8 /usr.sbin/wsconscfg
parentzlib abstraction code, first part of support for compression (diff)
downloadwireguard-openbsd-85fa8d093a9279be1f33ac7d9cd8ba3e1651affe.tar.xz
wireguard-openbsd-85fa8d093a9279be1f33ac7d9cd8ba3e1651affe.zip
Build on zaurus too, (all arm)
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 57fe22c5658..ac2272d4226 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.16 2004/08/07 01:05:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2005/01/13 19:03:56 drahn Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
+ ${MACHINE_ARCH} == "arm" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "sgi"