# fss-0002

main:
  sed -i -e 's|/etc/mtab|/proc/mounts|g' src/fuser.c
  ./configure $CONF $DOCDIR
  sed -i -e '/define malloc rpl_malloc/d' config.h
  sed -i -e '/define realloc rpl_realloc/d' config.h
  make LDFLAGS="-lintl"
  make install
  rm -Rf /share/locale /bin/{pstree,pstree.x11,oldfuser}
  chgrp e_process_admin /bin/{fuser,killall,peekfd,prtstat}
  chmod o-rx /bin/{fuser,killall,peekfd,prtstat}
