make install &&

local cf &&
for cf in ypserv.conf locale netgroup netmasks timezone; do
  install_config_file etc/$cf "$INSTALL_ROOT/etc/$cf"
done &&

install_config_file etc/securenets $INSTALL_ROOT/var/yp/securenets.example
