From 10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 25 Mar 2007 21:50:18 +0000 Subject: - rough prototype for split(1). TODO: Still needs some love since it's way too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o --- coreutils/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/Kbuild') diff --git a/coreutils/Kbuild b/coreutils/Kbuild index dfdcbd4..1c6e6ed 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -60,6 +60,7 @@ lib-$(CONFIG_RMDIR) += rmdir.o lib-$(CONFIG_SEQ) += seq.o lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o lib-$(CONFIG_SLEEP) += sleep.o +lib-$(CONFIG_SPLIT) += split.o lib-$(CONFIG_SORT) += sort.o lib-$(CONFIG_STAT) += stat.o lib-$(CONFIG_STTY) += stty.o -- cgit v1.1