summaryrefslogtreecommitdiff
path: root/sys/modules/scc
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2008-05-04 14:59:25 +0000
committerMarius Strobl <marius@FreeBSD.org>2008-05-04 14:59:25 +0000
commit07f35f4b9adf4b726cfe4fda27427fc48f33f51d (patch)
treed204b38fdb89bb28aab25b0b3da7863afa593e7e /sys/modules/scc
parent60e2edce550f65ba286a8e2c9191c8b211a398a6 (diff)
Notes
Diffstat (limited to 'sys/modules/scc')
-rw-r--r--sys/modules/scc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/scc/Makefile b/sys/modules/scc/Makefile
index fe38cde8b89a..c1678b76f72f 100644
--- a/sys/modules/scc/Makefile
+++ b/sys/modules/scc/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../dev/scc
-.if ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE} == "sparc64"
scc_bfe= scc_bfe_ebus.c scc_bfe_sbus.c
.endif
.if ${MACHINE_ARCH} == "powerpc"