aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-23 06:26:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-23 06:26:38 +0000
commit9b5f71ec029776e21bda6c4c61e6b463fd3a2314 (patch)
tree962bf98157f322d70e5c0fdd7fce5ef6865bbd3d /coreutils/Makefile.in
parent84ab267e226407ee402eff10aaf8239ed684de77 (diff)
downloadbusybox-9b5f71ec029776e21bda6c4c61e6b463fd3a2314.tar.gz
stat implementation based upon coreutils
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r--coreutils/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in
index c9c42e091..de5dfea85 100644
--- a/coreutils/Makefile.in
+++ b/coreutils/Makefile.in
@@ -70,6 +70,7 @@ COREUTILS-$(CONFIG_SEQ) += seq.o
COREUTILS-$(CONFIG_SHA1SUM) += md5_sha1_sum.o
COREUTILS-$(CONFIG_SLEEP) += sleep.o
COREUTILS-$(CONFIG_SORT) += sort.o
+COREUTILS-$(CONFIG_STAT) += stat.o
COREUTILS-$(CONFIG_STTY) += stty.o
COREUTILS-$(CONFIG_SUM) += sum.o
COREUTILS-$(CONFIG_SYNC) += sync.o