aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Makefile.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-01-27 09:22:20 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-01-27 09:22:20 +0000
commit82364bb59100c690a5cdee308da990577b91fe5a (patch)
treeacfa8a340753648fd0a1d3b40c26bc074b8186c1 /coreutils/Makefile.in
parent43112b4b65d60803a1511538a24930574be2f994 (diff)
downloadbusybox-82364bb59100c690a5cdee308da990577b91fe5a.tar.gz
New applet, seq. No options, just the basics.
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 54d3550fc..6c2547648 100644
--- a/coreutils/Makefile.in
+++ b/coreutils/Makefile.in
@@ -63,6 +63,7 @@ COREUTILS-$(CONFIG_PWD) += pwd.o
COREUTILS-$(CONFIG_REALPATH) += realpath.o
COREUTILS-$(CONFIG_RM) += rm.o
COREUTILS-$(CONFIG_RMDIR) += rmdir.o
+COREUTILS-$(CONFIG_SEQ) += seq.o
COREUTILS-$(CONFIG_SHA1SUM) += md5_sha1_sum.o
COREUTILS-$(CONFIG_SLEEP) += sleep.o
COREUTILS-$(CONFIG_SORT) += sort.o