summaryrefslogtreecommitdiff
path: root/procps/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-17 22:14:58 +0000
committerEric Andersen <andersen@codepoet.org>2002-09-17 22:14:58 +0000
commit420b208a450d55e34df1301e939b7864b93d1026 (patch)
tree64f3e9b328d178df9cb02889e1212ad3f31a62cb /procps/Makefile.in
parent793c3b4a7dc986aee7b551eae5e8f3bd1200da5a (diff)
downloadbusybox-w32-420b208a450d55e34df1301e939b7864b93d1026.tar.gz
busybox-w32-420b208a450d55e34df1301e939b7864b93d1026.tar.bz2
busybox-w32-420b208a450d55e34df1301e939b7864b93d1026.zip
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
28PROCPS-$(CONFIG_PIDOF) += pidof.o 28PROCPS-$(CONFIG_PIDOF) += pidof.o
29PROCPS-$(CONFIG_PS) += ps.o 29PROCPS-$(CONFIG_PS) += ps.o
30PROCPS-$(CONFIG_RENICE) += renice.o 30PROCPS-$(CONFIG_RENICE) += renice.o
31PROCPS-$(CONFIG_TOP) += top.o
31PROCPS-$(CONFIG_UPTIME) += uptime.o 32PROCPS-$(CONFIG_UPTIME) += uptime.o
32 33
33libraries-y+=$(PROCPS_DIR)$(PROCPS_AR) 34libraries-y+=$(PROCPS_DIR)$(PROCPS_AR)