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 4849ba0a4..d4313ef06 100644
--- a/busybox.c
+++ b/busybox.c
@@ -117,6 +117,9 @@ static const struct Applet applets[] = {
117#ifdef BB_PRINTF //usr/bin 117#ifdef BB_PRINTF //usr/bin
118 {"printf", printf_main}, 118 {"printf", printf_main},
119#endif 119#endif
120#ifdef BB_PS //bin
121 {"ps", ps_main},
122#endif
120#ifdef BB_PWD //bin 123#ifdef BB_PWD //bin
121 {"pwd", pwd_main}, 124 {"pwd", pwd_main},
122#endif 125#endif