Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately
adds 384 bytes to the overall size. But having each app be standalone
is the Right Thing(tm) so we will just have to live with it.
-Erik
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index b669bb1..dee98f2 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -10,7 +10,9 @@
//#define BB_AR
#define BB_BASENAME
#define BB_CAT
-#define BB_CHMOD_CHOWN_CHGRP
+#define BB_CHGRP
+#define BB_CHMOD
+#define BB_CHOWN
#define BB_CHROOT
#define BB_CHVT
#define BB_CLEAR