# fss-0002
# --with-libc causes mktemp to use the libc' mkstemp and mkdtemp of the system c library

main:
  ./configure $CONF --with-libc
  make
  make install
  rm -Rf /bin/tempfile
  chgrp e_public /bin/mktemp
  chmod o-rx /bin/mktemp
