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

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-11-14 09:54:24 +01:00
parent 66620fa626
commit 36184a487d
12 changed files with 15 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
* about bzip2 library code.
*/
//applet:IF_BZIP2(APPLET(bzip2, BB_DIR_USR_BIN, BB_SUID_DROP))
//kbuild:lib-$(CONFIG_BZIP2) += bzip2.o
//usage:#define bzip2_trivial_usage