function inst_conf()
{
  if [ ! -f /etc/$1 ] ; then
    install -m 644 etc/$1 /etc
  fi
}

make install &&

inst_conf ypserv.conf &&
inst_conf locale &&
inst_conf netgroup &&
inst_conf netmasks &&
inst_conf timezone &&

install -m 644 etc/securenets /var/yp/securenets.example
