mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build plockstat if WITH_PLOCKSTAT is defined.
This commit is contained in:
parent
eebb09cfe7
commit
881417d74f
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue