archival/*: move "applet:" snippets into .c files, part 2

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-11-14 11:38:18 +01:00
parent 36184a487d
commit ac21687309
4 changed files with 8 additions and 8 deletions

View File

@ -17,6 +17,7 @@
* Zip64 + other methods
*/
//applet:IF_UNZIP(APPLET(unzip, BB_DIR_USR_BIN, BB_SUID_DROP))
//kbuild:lib-$(CONFIG_UNZIP) += unzip.o
//usage:#define unzip_trivial_usage