fixes grep, added loadfont from debian bootfloppies.

-Erik
This commit is contained in:
Eric Andersen
1999-10-19 06:02:44 +00:00
parent abc7d597cb
commit 3e0fbae15e
8 changed files with 598 additions and 196 deletions

View File

@ -72,6 +72,9 @@ static const struct Applet applets[] = {
#ifdef BB_LN //bin
{"ln", ln_main},
#endif
#ifdef BB_LOADFONT //usr/bin
{"loadfont", loadfont_main},
#endif
#ifdef BB_LOADKMAP //sbin
{"loadkmap", loadkmap_main},
#endif