nslookup -- a work in progress...

This commit is contained in:
John Beppu
2000-01-29 12:59:01 +00:00
parent 04e97024e7
commit b332e779e6
6 changed files with 344 additions and 0 deletions

View File

@ -173,6 +173,9 @@ static const struct Applet applets[] = {
#ifdef BB_MV //bin
{"mv", mv_main},
#endif
#ifdef BB_NSLOOKUP //bin
{"nslookup", nslookup_main},
#endif
#ifdef BB_PING //bin
{"ping", ping_main},
#endif