aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-23 18:53:07 +0000
committerMatt Kraai <kraai@debian.org>2001-04-23 18:53:07 +0000
commit91b2855ba8b9918b79dbe4b9188a3acccb41f7b7 (patch)
treeb6ded0b21428442ba27167d8654410c8ce0c73d3 /applets.h
parent4e9267d76c7dc47064bc80b1f8542453725158d7 (diff)
downloadbusybox-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.tar.gz
Rewrite cp and mv to be SUSv2 compliant.
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 @@
#ifdef BB_CMP
APPLET(cmp, cmp_main, _BB_DIR_USR_BIN)
#endif
-#ifdef BB_CP_MV
- APPLET(cp, cp_mv_main, _BB_DIR_BIN)
+#ifdef BB_CP
+ APPLET(cp, cp_main, _BB_DIR_BIN)
#endif
#ifdef BB_CUT
APPLET(cut, cut_main, _BB_DIR_USR_BIN)
@@ -269,8 +269,8 @@
#ifdef BB_MT
APPLET(mt, mt_main, _BB_DIR_BIN)
#endif
-#ifdef BB_CP_MV
- APPLET(mv, cp_mv_main, _BB_DIR_BIN)
+#ifdef BB_MV
+ APPLET(mv, mv_main, _BB_DIR_BIN)
#endif
#ifdef BB_NC
APPLET(nc, nc_main, _BB_DIR_USR_BIN)