diff options
Diffstat (limited to 'procps/pstree.c')
-rw-r--r-- | procps/pstree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/procps/pstree.c b/procps/pstree.c index 212cda23c..824907997 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -9,14 +9,13 @@ | |||
9 | * | 9 | * |
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | |||
13 | //config:config PSTREE | 12 | //config:config PSTREE |
14 | //config: bool "pstree (9.4 kb)" | 13 | //config: bool "pstree (9.4 kb)" |
15 | //config: default y | 14 | //config: default y |
16 | //config: help | 15 | //config: help |
17 | //config: Display a tree of processes. | 16 | //config: Display a tree of processes. |
18 | 17 | ||
19 | //applet:IF_PSTREE(APPLET(pstree, BB_DIR_USR_BIN, BB_SUID_DROP)) | 18 | //applet:IF_PSTREE(APPLET_NOEXEC(pstree, pstree, BB_DIR_USR_BIN, BB_SUID_DROP, pstree)) |
20 | 19 | ||
21 | //kbuild:lib-$(CONFIG_PSTREE) += pstree.o | 20 | //kbuild:lib-$(CONFIG_PSTREE) += pstree.o |
22 | 21 | ||