Conditionally test kill when we compile it

This commit is contained in:
Craig Small 2013-03-25 21:46:17 +11:00
parent a45dace4b8
commit 0696570a94

View File

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