summaryrefslogtreecommitdiff
path: root/dns/drill/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 09:46:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 09:46:03 +0000
commit59d22a70ee0322a54effb063481e0b372cd19fd3 (patch)
treeed3e16e48952c9444a6a9d1b67eb8f3cf5955cb9 /dns/drill/files
parentUpdate to 1.47 (diff)
New port: A dnssec aware dns debugging tool
Drill is a tool ala dig from BIND. It was designed with DNSSEC in mind and should be a useful debugging/query tool for DNSSEC. PR: ports/75882 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Diffstat (limited to 'dns/drill/files')
-rw-r--r--dns/drill/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/drill/files/patch-Makefile.in b/dns/drill/files/patch-Makefile.in
new file mode 100644
index 000000000000..03d7839cebdb
--- /dev/null
+++ b/dns/drill/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Jan 5 01:37:41 2005
++++ Makefile.in Wed Jan 12 20:42:10 2005
+@@ -10,7 +10,7 @@
+ CC = @CC@
+ CFLAGS = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lssl
+ INSTALL = $(srcdir)/install-sh -c
+ INSTALL_PROGRAM = $(INSTALL)
+