Remove debugging statement.
[oweals/busybox.git] / applets.h
index 287b29cf2c1397e988f898e1a531c4605ae78eec..12a28d5bea7ca1811c4774067e6e152225422ea3 100644 (file)
--- a/applets.h
+++ b/applets.h
 #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
        APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UNIX2DOS
-       APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
+       APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UPDATE
        APPLET(update, update_main, _BB_DIR_SBIN)