Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
[oweals/busybox.git] / coreutils / Kbuild.src
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under GPLv2, see file LICENSE in this source tree.
6
7 libs-y                  += libcoreutils/
8
9 lib-y:=
10
11 INSERT
12
13 lib-$(CONFIG_MORE)          += cat.o   # more uses it if stdout isn't a tty
14 lib-$(CONFIG_LESS)          += cat.o   # less too
15 lib-$(CONFIG_CRONTAB)       += cat.o   # crontab -l
16 lib-$(CONFIG_ADDUSER)       += chown.o # used by adduser
17 lib-$(CONFIG_ADDGROUP)      += chown.o # used by adduser
18 lib-$(CONFIG_FTPD)          += ls.o    # used by ftpd
19
20 lib-$(CONFIG_ASH)           += echo.o  # used by ash
21 lib-$(CONFIG_SH_IS_ASH)     += echo.o  # used by ash
22 lib-$(CONFIG_BASH_IS_ASH)   += echo.o  # used by ash
23 lib-$(CONFIG_HUSH)          += echo.o  # used by hush
24 lib-$(CONFIG_SH_IS_HUSH)    += echo.o  # used by hush
25 lib-$(CONFIG_BASH_IS_HUSH)  += echo.o  # used by hush
26
27 lib-$(CONFIG_ASH_BUILTIN_PRINTF) += printf.o
28 lib-$(CONFIG_HUSH_PRINTF) += printf.o