Changes to update Tomato RAF.
[tomato.git] / release / src / router / busybox / debianutils / Kbuild.src
blobd41b5c8e4091e01826c6999850d6981b05d1108e
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 lib-y:=
9 INSERT
10 lib-$(CONFIG_MKTEMP)            += mktemp.o
11 lib-$(CONFIG_PIPE_PROGRESS)     += pipe_progress.o
12 lib-$(CONFIG_RUN_PARTS)         += run_parts.o
13 lib-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o
14 lib-$(CONFIG_WHICH)             += which.o