summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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