diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-28 00:18:56 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-28 00:18:56 +0000 |
commit | 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 (patch) | |
tree | d986e9bb9f03bf1f83465c274c35c0d58ed544e4 /applets | |
parent | 227a59b05d6df9b4be5990915646249d6f548822 (diff) | |
download | busybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.tar.gz busybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.tar.bz2 busybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.zip |
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability.
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 4a6f928e0..ca767584a 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -248,12 +248,15 @@ static const struct Applet applets[] = { | |||
248 | #ifdef BB_SED | 248 | #ifdef BB_SED |
249 | {"sed", sed_main, _BB_DIR_BIN}, | 249 | {"sed", sed_main, _BB_DIR_BIN}, |
250 | #endif | 250 | #endif |
251 | #ifdef BB_SH | 251 | #ifdef BB_SETKEYCODES |
252 | {"sh", shell_main, _BB_DIR_BIN}, | 252 | {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, |
253 | #endif | 253 | #endif |
254 | #ifdef BB_SFDISK | 254 | #ifdef BB_SFDISK |
255 | {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, | 255 | {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, |
256 | #endif | 256 | #endif |
257 | #ifdef BB_SH | ||
258 | {"sh", shell_main, _BB_DIR_BIN}, | ||
259 | #endif | ||
257 | #ifdef BB_SLEEP | 260 | #ifdef BB_SLEEP |
258 | {"sleep", sleep_main, _BB_DIR_BIN}, | 261 | {"sleep", sleep_main, _BB_DIR_BIN}, |
259 | #endif | 262 | #endif |