summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2008-04-25 11:02:01 +0000
committerMarius Strobl <marius@FreeBSD.org>2008-04-25 11:02:01 +0000
commit7c9a5a246aabfd012025a16362829bb86c7dc188 (patch)
treebd4d40dab62e8b70a07290601a32faf3ee6aa068 /sys/modules
parenta35f3b7f69c03713481066bfa0099ceb1f2f4ed6 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index 446865fcb84f..8ed90e3b5347 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -21,7 +21,7 @@ SRCS+= opensolaris_string.c
SRCS+= opensolaris_vfs.c
SRCS+= opensolaris_zone.c
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
.PATH: ${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
SRCS+= atomic.S
.else