diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-04-27 06:02:14 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-04-27 06:02:14 +0000 |
commit | f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3 (patch) | |
tree | 3a0adfb6330858de103e96a5b42d3f76418502af /coreutils/Makefile.in | |
parent | c91ce5709998976d8b6614b3ac6201692d20eb94 (diff) | |
download | busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.gz busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.bz2 busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.zip |
New applet, fold
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 be34934ab..881d8c0d0 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -43,6 +43,7 @@ COREUTILS-$(CONFIG_ECHO) += echo.o | |||
43 | COREUTILS-$(CONFIG_ENV) += env.o | 43 | COREUTILS-$(CONFIG_ENV) += env.o |
44 | COREUTILS-$(CONFIG_EXPR) += expr.o | 44 | COREUTILS-$(CONFIG_EXPR) += expr.o |
45 | COREUTILS-$(CONFIG_FALSE) += false.o | 45 | COREUTILS-$(CONFIG_FALSE) += false.o |
46 | COREUTILS-$(CONFIG_FOLD) += fold.o | ||
46 | COREUTILS-$(CONFIG_HEAD) += head.o | 47 | COREUTILS-$(CONFIG_HEAD) += head.o |
47 | COREUTILS-$(CONFIG_HOSTID) += hostid.o | 48 | COREUTILS-$(CONFIG_HOSTID) += hostid.o |
48 | COREUTILS-$(CONFIG_ID) += id.o | 49 | COREUTILS-$(CONFIG_ID) += id.o |