1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6set -e
7
8ldns=$(dirname $(realpath $0))
9cd $ldns
10
11libtoolize --copy
12autoheader
13autoconf
14./configure --prefix= --exec-prefix=/usr
15
16cd $ldns/drill
17autoheader
18autoconf
19./configure --prefix= --exec-prefix=/usr
20