aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 23:14:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 23:14:59 +0000
commitf29cdb91a392b65606d65a5ac8bfbbebeb782d90 (patch)
tree7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /applets
parentba0eb8665b8c676d0d0ad3e4506306a867467b79 (diff)
downloadbusybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.tar.gz
busybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.tar.bz2
busybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@168 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index af81ad8a2..95c294425 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -69,6 +69,9 @@ static const struct Applet applets[] = {
69#ifdef BB_HALT //sbin 69#ifdef BB_HALT //sbin
70 {"halt", halt_main}, 70 {"halt", halt_main},
71#endif 71#endif
72#ifdef BB_HOSTNAME //bin
73 {"hostname", hostname_main},
74#endif
72#ifdef BB_INIT //sbin 75#ifdef BB_INIT //sbin
73 {"init", init_main}, 76 {"init", init_main},
74#endif 77#endif
@@ -123,6 +126,9 @@ static const struct Applet applets[] = {
123#ifdef BB_MV //bin 126#ifdef BB_MV //bin
124 {"mv", mv_main}, 127 {"mv", mv_main},
125#endif 128#endif
129#ifdef BB_PING //bin
130 {"ping", ping_main},
131#endif
126#ifdef BB_PRINTF //usr/bin 132#ifdef BB_PRINTF //usr/bin
127 {"printf", printf_main}, 133 {"printf", printf_main},
128#endif 134#endif