A traceroute applet from vodz. This could probably be slimmed down,

but will do for now...
This commit is contained in:
Eric Andersen
2001-07-10 16:29:00 +00:00
parent 91b84603d3
commit 5c58d283bb
8 changed files with 1259 additions and 0 deletions

View File

@@ -386,6 +386,9 @@
#ifdef BB_TR
APPLET(tr, tr_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_TRACEROUTE
APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_TRUE_FALSE
APPLET(true, true_main, _BB_DIR_BIN)
#endif