hush: fix a bug in argv restoration after sourcing a file
[oweals/busybox.git] / procps / 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 lib-y:=
8
9 INSERT
10
11 lib-$(CONFIG_ASH) += kill.o  # used for built-in kill by ash
12 lib-$(CONFIG_SH_IS_ASH) += kill.o  # used for built-in kill by ash
13 lib-$(CONFIG_BASH_IS_ASH) += kill.o  # used for built-in kill by ash
14
15 lib-$(CONFIG_HUSH_KILL) += kill.o  # used for built-in kill by hush