# fss-0002

main:
  sed -e "s|^\(MDEFINES.*\)CFLAGS='\$(CFLAGS)' |\1|" -i Makefile.in
  ./configure $TCONF $SH_ONLY $TARGET
  make
  make install
