summaryrefslogtreecommitdiff
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-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.gz
busybox-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.bz2
busybox-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.zip
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 @@
440#ifdef CONFIG_ROUTE 440#ifdef CONFIG_ROUTE
441 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 441 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
442#endif 442#endif
443#ifdef CONFIG_RPM
444 APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)
445#endif
443#ifdef CONFIG_RPM2CPIO 446#ifdef CONFIG_RPM2CPIO
444 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 447 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
445#endif 448#endif