More stuff

This commit is contained in:
Eric Andersen 1999-10-19 20:23:03 +00:00
parent e77ae3a2c0
commit e494fdd2c7
8 changed files with 4280 additions and 0 deletions

View file

@ -51,6 +51,12 @@ static const struct Applet applets[] = {
#ifdef BB_FIND //usr/bin
{"find", find_main},
#endif
#ifdef BB_FSCK_MINIX //sbin
{"fsck.minix", fsck_minix_main},
#endif
#ifdef BB_MKFS_MINIX //sbin
{"mkfs.minix", mkfs_minix_main},
#endif
#ifdef BB_GREP //bin
{"grep", grep_main},
#endif