Modified to include du

This commit is contained in:
John Beppu
1999-12-09 18:29:29 +00:00
parent 0f5e1ab949
commit 7a98606d85
4 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,9 @@ static const struct Applet applets[] = {
#ifdef BB_DMESG //bin
{"dmesg", dmesg_main},
#endif
#ifdef BB_DU //bin
{"du", du_main},
#endif
#ifdef BB_DUTMP //usr/sbin
{"dutmp", dutmp_main},
#endif