# fss-0002

main:
  #autoreconf -vif
  #./configure $CONF $ST_ONLY --disable-auto-linux-mem-opt
  ./configure $CONF $ST_ONLY
  sed -i -e 's|^LDFLAGS =|& -ltinfo |' grub/Makefile
  make
  make install
  rm -Rf ${TO}bin/mbchk
