From fb002d0df02ce53e8bcc03fe6e451b250b4d519e Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 5 Mar 2000 08:07:00 +0000 Subject: Add in tr and dirname -Erik --- applets/busybox.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 991801310..36cf0a05c 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -76,6 +76,9 @@ static const struct Applet applets[] = { #ifdef BB_DF //bin {"df", df_main}, #endif +#ifdef BB_DIRNAME //usr/bin + {"dirname", dirname_main}, +#endif #ifdef BB_DMESG //bin {"dmesg", dmesg_main}, #endif @@ -261,6 +264,9 @@ static const struct Applet applets[] = { #ifdef BB_TOUCH //usr/bin {"touch", touch_main}, #endif +#ifdef BB_TR //usr/bin + {"tr", tr_main}, +#endif #ifdef BB_TRUE_FALSE //bin {"true", true_main}, {"false", false_main}, -- cgit v1.2.3