Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-18 02:14:58 +0400
committerEric Andersen <andersen@codepoet.org>2002-09-18 02:14:58 +0400
commit420b208a450d55e34df1301e939b7864b93d1026 (patch)
tree64f3e9b328d178df9cb02889e1212ad3f31a62cb /procps/Makefile.in
parent793c3b4a7dc986aee7b551eae5e8f3bd1200da5a (diff)
Add a new top applet
-Erik
Diffstat (limited to 'procps/Makefile.in')
-rw-r--r--procps/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/Makefile.in b/procps/Makefile.in
index 1851d8953..150d2c31d 100644
--- a/procps/Makefile.in
+++ b/procps/Makefile.in
@@ -28,6 +28,7 @@ PROCPS-$(CONFIG_KILL) += kill.o
PROCPS-$(CONFIG_PIDOF) += pidof.o
PROCPS-$(CONFIG_PS) += ps.o
PROCPS-$(CONFIG_RENICE) += renice.o
+PROCPS-$(CONFIG_TOP) += top.o
PROCPS-$(CONFIG_UPTIME) += uptime.o
libraries-y+=$(PROCPS_DIR)$(PROCPS_AR)