Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>

-Erik
This commit is contained in:
Eric Andersen
2000-08-21 22:02:34 +00:00
parent e2205f093b
commit a1f16bba72
8 changed files with 939 additions and 2 deletions

View File

@ -100,6 +100,9 @@ const struct BB_applet applets[] = {
#ifdef BB_FSCK_MINIX
{"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage},
#endif
#ifdef BB_GETOPT
{"getopt", getopt_main, _BB_DIR_BIN},
#endif
#ifdef BB_GREP
{"grep", grep_main, _BB_DIR_BIN, grep_usage},
#endif