From 7a98606d859ce45bb462f6dba53213ce6fc9c49a Mon Sep 17 00:00:00 2001 From: John Beppu Date: Thu, 9 Dec 1999 18:29:29 +0000 Subject: Modified to include du --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 67a606cc4..c050acc9c 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -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 -- cgit v1.2.3