diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 6f7f7d382..c66cdb764 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -49,7 +49,6 @@ | |||
49 | * cp stat meminfo loadavg proc | 49 | * cp stat meminfo loadavg proc |
50 | * chroot . ./top -bn1 >top1.out | 50 | * chroot . ./top -bn1 >top1.out |
51 | */ | 51 | */ |
52 | |||
53 | //config:config TOP | 52 | //config:config TOP |
54 | //config: bool "top" | 53 | //config: bool "top" |
55 | //config: default y | 54 | //config: default y |
@@ -104,6 +103,10 @@ | |||
104 | //config: help | 103 | //config: help |
105 | //config: Enable 's' in top (gives lots of memory info). | 104 | //config: Enable 's' in top (gives lots of memory info). |
106 | 105 | ||
106 | //applet:IF_TOP(APPLET(top, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
107 | |||
108 | //kbuild:lib-$(CONFIG_TOP) += top.o | ||
109 | |||
107 | #include "libbb.h" | 110 | #include "libbb.h" |
108 | #include "common_bufsiz.h" | 111 | #include "common_bufsiz.h" |
109 | 112 | ||