]> granicus.if.org Git - procps-ng/commitdiff
Conditionally test kill when we compile it
authorCraig Small <csmall@enc.com.au>
Mon, 25 Mar 2013 10:46:17 +0000 (21:46 +1100)
committerCraig Small <csmall@enc.com.au>
Mon, 25 Mar 2013 10:46:17 +0000 (21:46 +1100)
testsuite/Makefile.am

index ec756e7e59adf209e797151aa8410c90096154a3..84e7fbac6195c8c961a285d1c59082a02adff05a 100644 (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 \