diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2009-03-28 19:23:10 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2009-03-28 19:23:10 +0000 |
| commit | 238ae7b71f3819dd89488c7858ef5bdd2b48909f (patch) | |
| tree | 820f05b722279bbb207873e5ef0391bc055255ba /sys/modules | |
| parent | 0159f5607bc4c9faefe80e54fbb3b41828706fe5 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/opensolaris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile index 5e2195ac8b8f..a1df2a857ddb 100644 --- a/sys/modules/opensolaris/Makefile +++ b/sys/modules/opensolaris/Makefile @@ -7,7 +7,7 @@ SRCS= opensolaris.c \ opensolaris_cmn_err.c \ opensolaris_kmem.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 |
