# fss-0002

main:
  sed -i -e 's|$(OSSLLIB)/libcrypto.a|-lcrypto|' Makefile
  sed -i -e 's|\-static||g' Makefile
  make
  cp -v chntpw reged /bin/
  chgrp e_legacy /bin/{chntpw,reged}
  chmod o-rx /bin/{chntpw,reged}
