aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/applets.h b/applets.h
index c3037973d..d3399b9af 100644
--- a/applets.h
+++ b/applets.h
@@ -80,8 +80,8 @@
80#ifdef BB_CMP 80#ifdef BB_CMP
81 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN) 81 APPLET(cmp, cmp_main, _BB_DIR_USR_BIN)
82#endif 82#endif
83#ifdef BB_CP_MV 83#ifdef BB_CP
84 APPLET(cp, cp_mv_main, _BB_DIR_BIN) 84 APPLET(cp, cp_main, _BB_DIR_BIN)
85#endif 85#endif
86#ifdef BB_CUT 86#ifdef BB_CUT
87 APPLET(cut, cut_main, _BB_DIR_USR_BIN) 87 APPLET(cut, cut_main, _BB_DIR_USR_BIN)
@@ -269,8 +269,8 @@
269#ifdef BB_MT 269#ifdef BB_MT
270 APPLET(mt, mt_main, _BB_DIR_BIN) 270 APPLET(mt, mt_main, _BB_DIR_BIN)
271#endif 271#endif
272#ifdef BB_CP_MV 272#ifdef BB_MV
273 APPLET(mv, cp_mv_main, _BB_DIR_BIN) 273 APPLET(mv, mv_main, _BB_DIR_BIN)
274#endif 274#endif
275#ifdef BB_NC 275#ifdef BB_NC
276 APPLET(nc, nc_main, _BB_DIR_USR_BIN) 276 APPLET(nc, nc_main, _BB_DIR_USR_BIN)