build system: "make hosttools" doesn't exist, remove it from "make help"
[oweals/busybox.git] / archival / rpm.c
index 3c386d2385c36a8db877e7f8e866d487462ba112..885eddd643876213ca04e73ae8eaad3c2b79d8c4 100644 (file)
@@ -7,6 +7,13 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
+//config:config RPM
+//config:      bool "rpm"
+//config:      default y
+//config:      help
+//config:        Mini RPM applet - queries and extracts RPM packages.
+
+//applet:IF_RPM(APPLET(rpm, BB_DIR_BIN, BB_SUID_DROP))
 //kbuild:lib-$(CONFIG_RPM) += rpm.o
 
 //usage:#define rpm_trivial_usage