Added cmp and readlink applets from Matt Kraai.

This commit is contained in:
Mark Whitley
2000-10-09 18:56:47 +00:00
parent 7a86e61a54
commit 872138de50
11 changed files with 286 additions and 2 deletions

View File

@@ -40,6 +40,9 @@ const struct BB_applet applets[] = {
#ifdef BB_CHVT
{"chvt", chvt_main, _BB_DIR_USR_BIN, chvt_usage},
#endif
#ifdef BB_CMP
{"cmp", cmp_main, _BB_DIR_USR_BIN, cmp_usage},
#endif
#ifdef BB_CP_MV
{"cp", cp_mv_main, _BB_DIR_BIN, cp_usage},
#endif
@@ -235,6 +238,9 @@ const struct BB_applet applets[] = {
#ifdef BB_RDATE
{"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage},
#endif
#ifdef BB_READLINK
{"readlink", readlink_main, _BB_DIR_USR_BIN, readlink_usage},
#endif
#ifdef BB_REBOOT
{"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage},
#endif