# fss-0002

main:
  sed -i -e '/MV.*old/d' Makefile.in
  sed -i -e '/{OLDSUFF}/c:' support/shlib-install
  ./configure $CONF $ST_ONLY --with-curses --enable-multibyte
  #make SHLIB_LIBS='-lncurses -ltinfo'
  make
  make install
