Build plockstat if WITH_PLOCKSTAT is defined.
This commit is contained in:
parent
eebb09cfe7
commit
881417d74f
@ -5,6 +5,7 @@
|
||||
SUBDIR= ${_dtrace} \
|
||||
${_dtruss} \
|
||||
${_lockstat} \
|
||||
${_plockstat} \
|
||||
${_tests} \
|
||||
${_zdb} \
|
||||
${_zhack}
|
||||
@ -24,6 +25,9 @@ _zhack= zhack
|
||||
_dtrace= dtrace
|
||||
_dtruss= dtruss
|
||||
_lockstat= lockstat
|
||||
.if defined(WITH_PLOCKSTAT)
|
||||
_plockstat= plockstat
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "mips"
|
||||
|
Loading…
Reference in New Issue
Block a user