From 9f0fedb8f693829e7869439a2ad43cc1c21a3786 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 24 Apr 2001 18:07:19 +0000 Subject: 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 --- Config.h.Hurd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Config.h.Hurd') diff --git a/Config.h.Hurd b/Config.h.Hurd index 3736b5789..f94e4a9e5 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd @@ -14,7 +14,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 /* not needed */ #define BB_CLEAR -- cgit v1.2.3