summaryrefslogtreecommitdiff
path: root/cad/fastcap
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fastcap')
-rw-r--r--cad/fastcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index 2129336666f..8a7d11ddece 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/06/02 14:05:02 abs Exp $
+# $NetBSD: Makefile,v 1.11 2003/06/11 20:50:51 abs Exp $
#
DISTNAME= fastcap-2.0-15Jul92
@@ -24,7 +24,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= 4
-.if (${MACHINE_ARCH} == arm32)
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
. include "../../mk/gcc.buildlink2.mk"
.endif