diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index e6ee3c95e..12a28d5be 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -386,6 +386,9 @@ | |||
386 | #ifdef BB_TR | 386 | #ifdef BB_TR |
387 | APPLET(tr, tr_main, _BB_DIR_USR_BIN) | 387 | APPLET(tr, tr_main, _BB_DIR_USR_BIN) |
388 | #endif | 388 | #endif |
389 | #ifdef BB_TRACEROUTE | ||
390 | APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) | ||
391 | #endif | ||
389 | #ifdef BB_TRUE_FALSE | 392 | #ifdef BB_TRUE_FALSE |
390 | APPLET(true, true_main, _BB_DIR_BIN) | 393 | APPLET(true, true_main, _BB_DIR_BIN) |
391 | #endif | 394 | #endif |