aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:02:34 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 22:02:34 +0000
commit9420210888974be1cd807bd375de418fa8764c45 (patch)
treef95f7cd59b05597b5719ae6f50ea81b62b70294a /applets
parent348fe6cfb2edca4e3b2fc455157588b7d7671e83 (diff)
downloadbusybox-w32-9420210888974be1cd807bd375de418fa8764c45.tar.gz
busybox-w32-9420210888974be1cd807bd375de418fa8764c45.tar.bz2
busybox-w32-9420210888974be1cd807bd375de418fa8764c45.zip
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
-Erik git-svn-id: svn://busybox.net/trunk/busybox@967 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5d13a7b98..d93fc5185 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -100,6 +100,9 @@ const struct BB_applet applets[] = {
100#ifdef BB_FSCK_MINIX 100#ifdef BB_FSCK_MINIX
101 {"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage}, 101 {"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage},
102#endif 102#endif
103#ifdef BB_GETOPT
104 {"getopt", getopt_main, _BB_DIR_BIN},
105#endif
103#ifdef BB_GREP 106#ifdef BB_GREP
104 {"grep", grep_main, _BB_DIR_BIN, grep_usage}, 107 {"grep", grep_main, _BB_DIR_BIN, grep_usage},
105#endif 108#endif