aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-23 23:12:30 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-23 23:12:30 +0000
commitc404eb64d65a7b87c87ec735fc3afb6b58effa24 (patch)
treee7c2d79dc2de22e6c5629fbcb48c083c7849545a /Makefile.inc1
parent7f8d3ff0b8f38aa55e02780f7f593d629e82d210 (diff)
downloadsrc-c404eb64d65a7b87c87ec735fc3afb6b58effa24.tar.gz
src-c404eb64d65a7b87c87ec735fc3afb6b58effa24.zip
Sparc64 is the odd-man out, so form the if that way rather than
listing everybody else.
Notes
Notes: svn path=/head/; revision=287085
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 617366c0964a..74b83c356ca3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1778,9 +1778,7 @@ cddl/lib/libctf__L: lib/libz__L
.endif
# cddl/lib/libdtrace requires lib/libproc and lib/librtld_db; it's only built
# on select architectures though (see cddl/lib/Makefile)
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \
- ${MACHINE_CPUARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} != "sparc64"
_prebuild_libs+= lib/libproc lib/librtld_db
.endif