summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/fastcap/Makefile4
-rw-r--r--cad/fasthenry/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile
index 6b2b96e5bd5..8462ec06dcb 100644
--- a/cad/fasthenry/Makefile
+++ b/cad/fasthenry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/06/02 14:05:02 abs Exp $
+# $NetBSD: Makefile,v 1.14 2003/06/11 20:50:51 abs Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -39,7 +39,7 @@ LIBS= -lm
MAKE_ENV+= LIBS="${LIBS}"
.endif
-.if (${MACHINE_ARCH} == "arm32")
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
. include "../../mk/gcc.buildlink2.mk"
.endif