diff options
author | Glenn L McGrath | 2002-12-10 00:17:22 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-10 00:17:22 +0000 |
commit | b72a735a320eb60d29bc1580138c06ae7c9d321c (patch) | |
tree | 4923918fadcaac4fdaa5d4197a4e5bafd22b9b2e /include/applets.h | |
parent | 62fae308a3d92d987711d08f3d36b0ad753c2e18 (diff) | |
download | busybox-b72a735a320eb60d29bc1580138c06ae7c9d321c.zip busybox-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.gz |
rpm applet by Laurence Anderson
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index b7171f7..9257fc9 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 |