Conditionally test kill when we compile it
This commit is contained in:
parent
a45dace4b8
commit
0696570a94
@ -13,11 +13,14 @@ if LINUX
|
||||
# temporarily disabled on other than linux systems, see commit
|
||||
# 3d807ae853b8b4264da156065b34f1447658a8ba
|
||||
DEJATOOL += \
|
||||
kill \
|
||||
pmap \
|
||||
slabtop \
|
||||
sysctl
|
||||
|
||||
if BUILD_KILL
|
||||
DEJATOOL += kill
|
||||
endif
|
||||
|
||||
DEJATOOL += \
|
||||
free \
|
||||
lib \
|
||||
|
Loading…
Reference in New Issue
Block a user