i am busybox of borg. unix will be assimilated.

This commit is contained in:
John Beppu
2000-01-06 00:48:21 +00:00
parent 0881de706e
commit abb4772b28
6 changed files with 322 additions and 0 deletions

View File

@ -225,6 +225,9 @@ static const struct Applet applets[] = {
#ifdef BB_UMOUNT //bin
{"umount", umount_main},
#endif
#ifdef BB_UNIQ //bin
{"uniq", uniq_main},
#endif
#ifdef BB_UPDATE //sbin
{"update", update_main},
#endif