# fss-0002

main:
  ./configure $CONF $DOCDIR
  find -name Makefile -exec sed -i -e 's|\-lncurses|& -ltinfo|' -e 's|^LDFLAGS = |&-lintl |g' '{}' ';'
  make
  cp -v conspy /sbin/
  chgrp e_terminal_spy /sbin/conspy
  chmod o-rx /sbin/conspy
