diff options
author | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
commit | eebcc1d98a9901ff69ffb97ba99bccd36666000f (patch) | |
tree | ad1e21191b4aef5ff0c0fa9c30717e77d023cc5d /coreutils/Makefile.in | |
parent | d72e34c7524a947ba004afff91272c27549b3085 (diff) | |
download | busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz |
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 95eda1a..b672f08 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in @@ -47,6 +47,7 @@ COREUTILS-$(CONFIG_FOLD) += fold.o COREUTILS-$(CONFIG_HEAD) += head.o COREUTILS-$(CONFIG_HOSTID) += hostid.o COREUTILS-$(CONFIG_ID) += id.o +COREUTILS-$(CONFIG_INSTALL) += install.o COREUTILS-$(CONFIG_LENGTH) += length.o COREUTILS-$(CONFIG_LN) += ln.o COREUTILS-$(CONFIG_LOGNAME) += logname.o |