summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-23 23:12:30 +0000
committerimp <imp@FreeBSD.org>2015-08-23 23:12:30 +0000
commit791d6a6004cec6ee640ac7682f9bf004085cbfae (patch)
treee7c2d79dc2de22e6c5629fbcb48c083c7849545a /cddl
parentc62c4d76f31f86343fbfb7bdce74fce2c1d80469 (diff)
downloadFreeBSD-src-791d6a6004cec6ee640ac7682f9bf004085cbfae.zip
FreeBSD-src-791d6a6004cec6ee640ac7682f9bf004085cbfae.tar.gz
Sparc64 is the odd-man out, so form the if that way rather than
listing everybody else.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index f418993..9371865 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -26,9 +26,7 @@ _libzpool= libzpool
.endif
.endif
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \
- ${MACHINE_CPUARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} != "sparc64"
_drti= drti
_libdtrace= libdtrace
.endif
OpenPOWER on IntegriCloud