diff options
author | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
commit | 5e61115ea45c621867941e52e6ac016680415656 (patch) | |
tree | 7e92d0ee0720d907b4b35bfa510c3969c79eaaa8 /util-linux/Kbuild | |
parent | 5a49d284a6a9f6cf2076f23561f95aebdfd44592 (diff) | |
download | busybox-5e61115ea45c621867941e52e6ac016680415656.zip busybox-5e61115ea45c621867941e52e6ac016680415656.tar.gz |
scriptreplay: new applet. +423 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Kbuild')
-rw-r--r-- | util-linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Kbuild b/util-linux/Kbuild index ac071c6..eaad331 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild @@ -33,6 +33,7 @@ lib-$(CONFIG_RDEV) += rdev.o lib-$(CONFIG_READPROFILE) += readprofile.o lib-$(CONFIG_RTCWAKE) += rtcwake.o lib-$(CONFIG_SCRIPT) += script.o +lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o lib-$(CONFIG_SETARCH) += setarch.o lib-$(CONFIG_SWAPONOFF) += swaponoff.o lib-$(CONFIG_SWITCH_ROOT) += switch_root.o |