From e272915e1ffd6978ef3555ce4ae1798a9fbcee56 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 18 Feb 2000 21:34:17 +0000 Subject: Some updates for the day, -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 8bbe6a22e..a013f8ca1 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -37,6 +37,9 @@ void *__libc_stack_end; static const struct Applet applets[] = { +#ifdef BB_BASENAME //usr/bin/basename + {"basename", basename_main}, +#endif #ifdef BB_BUSYBOX //bin {"busybox", busybox_main}, #endif -- cgit v1.2.3