diff options
Diffstat (limited to 'procps/smemcap.c')
-rw-r--r-- | procps/smemcap.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/procps/smemcap.c b/procps/smemcap.c index c15fef1c3..81f4cafad 100644 --- a/procps/smemcap.c +++ b/procps/smemcap.c | |||
@@ -7,11 +7,6 @@ | |||
7 | the GNU General Public License version 2 or later, incorporated | 7 | the GNU General Public License version 2 or later, incorporated |
8 | herein by reference. | 8 | herein by reference. |
9 | */ | 9 | */ |
10 | |||
11 | //applet:IF_SMEMCAP(APPLET(smemcap, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
12 | |||
13 | //kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o | ||
14 | |||
15 | //config:config SMEMCAP | 10 | //config:config SMEMCAP |
16 | //config: bool "smemcap (2.5 kb)" | 11 | //config: bool "smemcap (2.5 kb)" |
17 | //config: default y | 12 | //config: default y |
@@ -19,6 +14,10 @@ | |||
19 | //config: smemcap is a tool for capturing process data for smem, | 14 | //config: smemcap is a tool for capturing process data for smem, |
20 | //config: a memory usage statistic tool. | 15 | //config: a memory usage statistic tool. |
21 | 16 | ||
17 | //applet:IF_SMEMCAP(APPLET(smemcap, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
18 | |||
19 | //kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o | ||
20 | |||
22 | #include "libbb.h" | 21 | #include "libbb.h" |
23 | #include "bb_archive.h" | 22 | #include "bb_archive.h" |
24 | 23 | ||