3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5 # Licensed under GPLv2, see file LICENSE in this source tree.
7 libs-y += libcoreutils/
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 addgroup
18 lib-$(CONFIG_FTPD) += ls.o # used by ftpd