#! /bin/bash
# INSTALL - script to install ldns at CAcert

. ./RELINFO

ID=${PRODUCT}-${RELEASE}

cd ${ID}
make install
cd examples
make install