Remove traces of rpmunpack (patch by Laurence Anderson).

This commit is contained in:
Matt Kraai
2001-08-27 18:55:10 +00:00
parent 863a3e15d6
commit 91631011cc
7 changed files with 2 additions and 24 deletions

View File

@ -362,9 +362,6 @@
#ifdef BB_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_RPMUNPACK
APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_SED
APPLET(sed, sed_main, _BB_DIR_BIN)
#endif