summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index 63c18bb..97d1dac 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -8,7 +8,7 @@
SUBDIR= ${_colldef} \
${_dict} \
${_doc} \
- dtrace \
+ ${_dtrace} \
${_examples} \
${_i18n} \
keys \
@@ -37,6 +37,10 @@ SUBDIR= ${_colldef} \
_snmp= snmp
.endif
+.if ${MK_CDDL} != "no"
+_dtrace= dtrace
+.endif
+
.if ${MK_DICT} != "no"
_dict= dict
.endif
OpenPOWER on IntegriCloud