ash: in tryexec(), ensure we don't try to run embedded scripts as applets
[oweals/busybox.git] / procps / Kbuild.src
index c41f12b1596613230102d644b0efd95f12db4d8c..6b4fb747007c3f8819fe2a060e7cc4d8547dcb98 100644 (file)
@@ -2,22 +2,8 @@
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 #
-# Licensed under the GPL v2, see the file LICENSE in this tarball.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 lib-y:=
 
 INSERT
-lib-$(CONFIG_FREE)     += free.o
-lib-$(CONFIG_FUSER)    += fuser.o
-lib-$(CONFIG_KILL)     += kill.o
-lib-$(CONFIG_ASH)      += kill.o  # used for built-in kill by ash
-lib-$(CONFIG_NMETER)    += nmeter.o
-lib-$(CONFIG_PGREP)    += pgrep.o
-lib-$(CONFIG_PKILL)    += pgrep.o
-lib-$(CONFIG_PIDOF)    += pidof.o
-lib-$(CONFIG_PS)       += ps.o
-lib-$(CONFIG_RENICE)   += renice.o
-lib-$(CONFIG_BB_SYSCTL)        += sysctl.o
-lib-$(CONFIG_TOP)      += top.o
-lib-$(CONFIG_UPTIME)   += uptime.o
-lib-$(CONFIG_WATCH)     += watch.o