diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-24 03:22:57 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-24 03:22:57 +0000 |
commit | eebcc1d98a9901ff69ffb97ba99bccd36666000f (patch) | |
tree | ad1e21191b4aef5ff0c0fa9c30717e77d023cc5d /coreutils/Makefile.in | |
parent | d72e34c7524a947ba004afff91272c27549b3085 (diff) | |
download | busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.bz2 busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip |
Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install.
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r-- | coreutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 95eda1ac7..b672f08f7 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -47,6 +47,7 @@ COREUTILS-$(CONFIG_FOLD) += fold.o | |||
47 | COREUTILS-$(CONFIG_HEAD) += head.o | 47 | COREUTILS-$(CONFIG_HEAD) += head.o |
48 | COREUTILS-$(CONFIG_HOSTID) += hostid.o | 48 | COREUTILS-$(CONFIG_HOSTID) += hostid.o |
49 | COREUTILS-$(CONFIG_ID) += id.o | 49 | COREUTILS-$(CONFIG_ID) += id.o |
50 | COREUTILS-$(CONFIG_INSTALL) += install.o | ||
50 | COREUTILS-$(CONFIG_LENGTH) += length.o | 51 | COREUTILS-$(CONFIG_LENGTH) += length.o |
51 | COREUTILS-$(CONFIG_LN) += ln.o | 52 | COREUTILS-$(CONFIG_LN) += ln.o |
52 | COREUTILS-$(CONFIG_LOGNAME) += logname.o | 53 | COREUTILS-$(CONFIG_LOGNAME) += logname.o |