From b72a735a320eb60d29bc1580138c06ae7c9d321c Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 10 Dec 2002 00:17:22 +0000 Subject: rpm applet by Laurence Anderson --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') 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 -- cgit v1.2.3