summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-02 05:44:34 +0000
committerngie <ngie@FreeBSD.org>2015-02-02 05:44:34 +0000
commit654a0e626a97626ca5ef8fe3c8497693b00ea97a (patch)
treed9d599c277ed98a01b04fab7049e0ce646b60b1b /share/Makefile
parent4d8b65cb6dd75c45bd6eb3fae1f16dad080bb7cb (diff)
downloadFreeBSD-src-654a0e626a97626ca5ef8fe3c8497693b00ea97a.zip
FreeBSD-src-654a0e626a97626ca5ef8fe3c8497693b00ea97a.tar.gz
MFC r277666:
r277666 (by ngie): Only build share/dtrace if MK_CDDL != no Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index c406ccd..72b1b2e 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