diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-18 21:34:17 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-18 21:34:17 +0000 |
commit | e272915e1ffd6978ef3555ce4ae1798a9fbcee56 (patch) | |
tree | ab4773383a4ed9ee5ccb52b58f981267e15db6e0 /applets | |
parent | bf5f009862f8dbc6d767c17064380790a047cce1 (diff) | |
download | busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.tar.gz busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.tar.bz2 busybox-w32-e272915e1ffd6978ef3555ce4ae1798a9fbcee56.zip |
Some updates for the day,
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
37 | 37 | ||
38 | static const struct Applet applets[] = { | 38 | static const struct Applet applets[] = { |
39 | 39 | ||
40 | #ifdef BB_BASENAME //usr/bin/basename | ||
41 | {"basename", basename_main}, | ||
42 | #endif | ||
40 | #ifdef BB_BUSYBOX //bin | 43 | #ifdef BB_BUSYBOX //bin |
41 | {"busybox", busybox_main}, | 44 | {"busybox", busybox_main}, |
42 | #endif | 45 | #endif |