diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 09:54:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 09:54:24 +0100 |
commit | 36184a487d20d4ae168c2ae247dd064b1e9f4f64 (patch) | |
tree | fa372b1332342106eb4f1ccdbf504dd1b86d129c /archival/tar.c | |
parent | 66620fa62691271d777d11c562f894c65cd4f094 (diff) | |
download | busybox-w32-36184a487d20d4ae168c2ae247dd064b1e9f4f64.tar.gz busybox-w32-36184a487d20d4ae168c2ae247dd064b1e9f4f64.tar.bz2 busybox-w32-36184a487d20d4ae168c2ae247dd064b1e9f4f64.zip |
archival/*: move "applet:" snippets into .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c index f75a82ad9..25042589c 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -42,6 +42,7 @@ | |||
42 | * This doesn't feel right, and IIRC GNU tar doesn't do that. | 42 | * This doesn't feel right, and IIRC GNU tar doesn't do that. |
43 | */ | 43 | */ |
44 | 44 | ||
45 | //applet:IF_TAR(APPLET(tar, BB_DIR_BIN, BB_SUID_DROP)) | ||
45 | //kbuild:lib-$(CONFIG_TAR) += tar.o | 46 | //kbuild:lib-$(CONFIG_TAR) += tar.o |
46 | 47 | ||
47 | #include <fnmatch.h> | 48 | #include <fnmatch.h> |