aboutsummaryrefslogtreecommitdiff
path: root/console-tools/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/reset.c')
-rw-r--r--console-tools/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 04e5b0ca1..f2b900ddb 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -16,7 +16,7 @@
16//config: This program is used to reset the terminal screen, if it 16//config: This program is used to reset the terminal screen, if it
17//config: gets messed up. 17//config: gets messed up.
18 18
19//applet:IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP)) 19//applet:IF_RESET(APPLET_NOEXEC(reset, reset, BB_DIR_USR_BIN, BB_SUID_DROP, reset))
20 20
21//kbuild:lib-$(CONFIG_RESET) += reset.o 21//kbuild:lib-$(CONFIG_RESET) += reset.o
22 22