diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 04:16:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 04:16:43 +0200 |
commit | ff0e875e02487b61dcc520b295feb6477b859065 (patch) | |
tree | 234845d306bf04446b9839c51b06d18d5f9dc9a6 /coreutils | |
parent | 572b9a3019caf0929a41a45e1f3a8c7e59ec141c (diff) | |
download | busybox-ff0e875e02487b61dcc520b295feb6477b859065.tar.gz |
work on adding testsuite runs to randomconfig test builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index 460d62d3f..ee22a3f7b 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -17,6 +17,7 @@ lib-$(CONFIG_CATV) += catv.o lib-$(CONFIG_CHGRP) += chgrp.o chown.o lib-$(CONFIG_CHMOD) += chmod.o lib-$(CONFIG_CHOWN) += chown.o +lib-$(CONFIG_ADDUSER) += chown.o # used by adduser lib-$(CONFIG_ADDGROUP) += chown.o # used by adduser lib-$(CONFIG_CHROOT) += chroot.o lib-$(CONFIG_CKSUM) += cksum.o |