From 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 28 Apr 2000 00:18:56 +0000 Subject: Latest and greatest. Some effort at libc5 (aiming towards newlib) compatability. -Erik --- applets/busybox.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'applets') 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[] = { #ifdef BB_SED {"sed", sed_main, _BB_DIR_BIN}, #endif -#ifdef BB_SH - {"sh", shell_main, _BB_DIR_BIN}, +#ifdef BB_SETKEYCODES + {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, #endif #ifdef BB_SFDISK {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, #endif +#ifdef BB_SH + {"sh", shell_main, _BB_DIR_BIN}, +#endif #ifdef BB_SLEEP {"sleep", sleep_main, _BB_DIR_BIN}, #endif -- cgit v1.2.3