# fss-0002

main:
  ./configure $CONF $ST_ONLY --with-curses --without-bash-malloc --with-installed-readline
  echo "#undef HAVE_BCOPY" >> config.h
  echo "#undef HAVE_BZERO" >> config.h
  sed -i -e 's|lcurses|lncurses|' Makefile
  make
  make install
  ln -vsf bash ${TO}bin/sh
