freebsd_amp_hwpstate/contrib/ldns/drill
Dag-Erling Smørgrav 22889169f8 Add a script that runs configure for both ldns and drill.
Run configure for drill (I forgot to do it when I imported 1.6.17, but the
omission was harmless).  Note that running configure --with-drill at the
top level doesn't quite work for us since it is geared toward the slightly
weird upstream Makefiles, which we don't use.
2015-04-27 12:02:16 +00:00
..
ChangeLog.22-nov-2005
Makefile.in
README
REGRESSIONS
chasetrace.c
config.h Add a script that runs configure for both ldns and drill. 2015-04-27 12:02:16 +00:00
config.h.in
configure
configure.ac
dnssec.c
drill.1 Add a script that runs configure for both ldns and drill. 2015-04-27 12:02:16 +00:00
drill.1.in
drill.c
drill.h
drill_util.c
drill_util.h
error.c
install-sh
root.c
securetrace.c
work.c

README

QUICK INSTALL GUIDE

drill is a subdirectory in ldns.

To compile drill you need:
autoreconf && ./configure && make

If ldns is installed in a different location, use --with-ldns=directory
See also ./configure --help

In the first case you must run drill as:
LD_LIBRARY_PATH=../.libs ./drill <options>