Kbuild.src 548 B

123456789101112131415161718
  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. libs-y += libcoreutils/
  7. lib-y:=
  8. INSERT
  9. lib-$(CONFIG_MORE) += cat.o # more uses it if stdout isn't a tty
  10. lib-$(CONFIG_LESS) += cat.o # less too
  11. lib-$(CONFIG_CRONTAB) += cat.o # crontab -l
  12. lib-$(CONFIG_ADDUSER) += chown.o # used by adduser
  13. lib-$(CONFIG_ADDGROUP) += chown.o # used by addgroup
  14. lib-$(CONFIG_FTPD) += ls.o # used by ftpd