Add a new top applet

-Erik
This commit is contained in:
Eric Andersen
2002-09-17 22:14:58 +00:00
parent 793c3b4a7d
commit 420b208a45
5 changed files with 422 additions and 0 deletions

View File

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