aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:17:22 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:17:22 +0000
commitb72a735a320eb60d29bc1580138c06ae7c9d321c (patch)
tree4923918fadcaac4fdaa5d4197a4e5bafd22b9b2e /include/applets.h
parent62fae308a3d92d987711d08f3d36b0ad753c2e18 (diff)
downloadbusybox-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.gz
rpm applet by Laurence Anderson
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index b7171f7a1..9257fc940 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -440,6 +440,9 @@
#ifdef CONFIG_ROUTE
APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
+#ifdef CONFIG_RPM
+ APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif