commit | 36184a487d20d4ae168c2ae247dd064b1e9f4f64 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Nov 14 09:54:24 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Nov 14 09:54:24 2013 +0100 |
tree | fa372b1332342106eb4f1ccdbf504dd1b86d129c | |
parent | 66620fa62691271d777d11c562f894c65cd4f094 [diff] [blame] |
archival/*: move "applet:" snippets into .c files Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/archival/tar.c b/archival/tar.c index f75a82a..2504258 100644 --- a/archival/tar.c +++ b/archival/tar.c
@@ -42,6 +42,7 @@ * This doesn't feel right, and IIRC GNU tar doesn't do that. */ +//applet:IF_TAR(APPLET(tar, BB_DIR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_TAR) += tar.o #include <fnmatch.h>