Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-11-14 12:54:24 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2013-11-14 12:54:24 +0400
commit36184a487d20d4ae168c2ae247dd064b1e9f4f64 (patch)
treefa372b1332342106eb4f1ccdbf504dd1b86d129c /archival/tar.c
parent66620fa62691271d777d11c562f894c65cd4f094 (diff)
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.c1
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 @@
* 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>