(

  ./configure  --prefix=/usr            \
               --sbindir=/sbin          \
               --mandir=/usr/share/man  \
               $OPTS                   &&
  default_make

  if [ -e "/etc/init.d/ypbind.sh" ]; then
    rm -f /etc/init.d/ypbind.sh
    rm -f /etc/rc?.d/???ypbind.sh
  fi
  if ! [ -e /etc/yp.conf ]; then
    cp etc/yp.conf /etc/yp.conf 
  fi

) > $C_FIFO 2>&1
