summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 00:32:17 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 00:32:17 +0000
commitd14b227ab5d3ce2f8f4471702d14d0eca2c81683 (patch)
tree9cf5708c9a7d7ff3fea9ee5e3dcb2ccae2b610fa /share
parent51ac90809f77332c959522197ee46912e64cb52c (diff)
downloadFreeBSD-src-d14b227ab5d3ce2f8f4471702d14d0eca2c81683.zip
FreeBSD-src-d14b227ab5d3ce2f8f4471702d14d0eca2c81683.tar.gz
Only build share/dtrace if MK_CDDL != no
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
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