hexdump: accept hex numbers in -n, closes 16195
[busybox-git.git] / coreutils / Kbuild.src
bloba805b64fed65c48631aaffcd72bf6260208a5ed2
1 # Makefile for busybox
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/
9 lib-y:=
11 INSERT
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