diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:52:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 00:52:26 +0200 |
commit | 28826ac8c02793431203edb4adb961d5521d643d (patch) | |
tree | fdc16e8bb697a047bc553a0e3b9d70a24885a3a0 /debianutils/Kbuild.src | |
parent | 854bb6879da7277446c7a943387e2880017804e0 (diff) | |
download | busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.tar.gz busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.tar.bz2 busybox-w32-28826ac8c02793431203edb4adb961d5521d643d.zip |
debianutils/*: convert to new-style "one file" applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils/Kbuild.src')
-rw-r--r-- | debianutils/Kbuild.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debianutils/Kbuild.src b/debianutils/Kbuild.src index d41b5c8e4..6b4fb7470 100644 --- a/debianutils/Kbuild.src +++ b/debianutils/Kbuild.src | |||
@@ -7,8 +7,3 @@ | |||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | 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 | ||