diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-10 16:29:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-10 16:29:00 +0000 |
commit | 5c58d283bbd71db2a43379fc2b804f6c138cf35e (patch) | |
tree | 6dd8028a88bf560831a117cba5f59709237055e9 /applets.h | |
parent | 91b84603d3c3f3911bee87c8ad02c06cb8fc95ae (diff) | |
download | busybox-5c58d283bbd71db2a43379fc2b804f6c138cf35e.tar.gz |
A traceroute applet from vodz. This could probably be slimmed down,
but will do for now...
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |