aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index c050acc9c..4ac907665 100644
--- a/busybox.c
+++ b/busybox.c
@@ -182,6 +182,9 @@ static const struct Applet applets[] = {
182#ifdef BB_TAR //bin 182#ifdef BB_TAR //bin
183 {"tar", tar_main}, 183 {"tar", tar_main},
184#endif 184#endif
185#ifdef BB_TEE //bin
186 {"tee", tee_main},
187#endif
185#ifdef BB_TOUCH //usr/bin 188#ifdef BB_TOUCH //usr/bin
186 {"touch", touch_main}, 189 {"touch", touch_main},
187#endif 190#endif