Build plockstat if WITH_PLOCKSTAT is defined.

This commit is contained in:
Rui Paulo 2014-09-23 18:22:40 +00:00
parent eebb09cfe7
commit 881417d74f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272034

View File

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