summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-21 11:09:03 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-21 11:09:03 +0000
commitc3d495b24d96c462ca29aba66cb5e926bb8bf611 (patch)
tree2355e3689db1055ebbb8ddcec19904f8945135bb
parentf75ce6f82b84f164dedf711f23241eec9a847594 (diff)
downloadFreeBSD-src-c3d495b24d96c462ca29aba66cb5e926bb8bf611.zip
FreeBSD-src-c3d495b24d96c462ca29aba66cb5e926bb8bf611.tar.gz
The DTrace instrumentation object is going to be i386/amd64 only.
Sponsored by: The FreeBSD Foundation
-rw-r--r--cddl/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index 33cda45..17ef474 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SUBDIR= drti \
+SUBDIR= ${_drti} \
libavl \
libctf \
${_libdtrace} \
@@ -20,6 +20,7 @@ _libzpool= libzpool
.endif
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
+_drti= drti
_libdtrace= libdtrace
.endif
OpenPOWER on IntegriCloud