1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Only build share/dtrace if MK_CDDL != no

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-01-25 00:32:17 +00:00
parent c50bf0f337
commit 57d9cab508
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277666

View File

@ -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