diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-06 21:50:59 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-06 21:50:59 +0100 |
commit | cb7edc26611f8df6b81ef4337206d5833ea98771 (patch) | |
tree | ce211298be0d9f7d59d31139b47a5f915966e193 /coreutils | |
parent | 0cd445f4d1ff322051ca2ad869e8757bb5ac2227 (diff) | |
download | busybox-w32-cb7edc26611f8df6b81ef4337206d5833ea98771.tar.gz busybox-w32-cb7edc26611f8df6b81ef4337206d5833ea98771.tar.bz2 busybox-w32-cb7edc26611f8df6b81ef4337206d5833ea98771.zip |
adduser: copy /etc/skel to mew homes. +100 bytes
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 4d6bde7b9..460d62d3f 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild | |||
@@ -17,6 +17,7 @@ lib-$(CONFIG_CATV) += catv.o | |||
17 | lib-$(CONFIG_CHGRP) += chgrp.o chown.o | 17 | lib-$(CONFIG_CHGRP) += chgrp.o chown.o |
18 | lib-$(CONFIG_CHMOD) += chmod.o | 18 | lib-$(CONFIG_CHMOD) += chmod.o |
19 | lib-$(CONFIG_CHOWN) += chown.o | 19 | lib-$(CONFIG_CHOWN) += chown.o |
20 | lib-$(CONFIG_ADDGROUP) += chown.o # used by adduser | ||
20 | lib-$(CONFIG_CHROOT) += chroot.o | 21 | lib-$(CONFIG_CHROOT) += chroot.o |
21 | lib-$(CONFIG_CKSUM) += cksum.o | 22 | lib-$(CONFIG_CKSUM) += cksum.o |
22 | lib-$(CONFIG_COMM) += comm.o | 23 | lib-$(CONFIG_COMM) += comm.o |