[Midnightbsd-cvs] src [11531] trunk/usr.bin/drill: add drill.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 7 16:29:18 EDT 2018
Revision: 11531
http://svnweb.midnightbsd.org/src/?rev=11531
Author: laffer1
Date: 2018-07-07 16:29:18 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
add drill.
Added Paths:
-----------
trunk/usr.bin/drill/
trunk/usr.bin/drill/Makefile
Added: trunk/usr.bin/drill/Makefile
===================================================================
--- trunk/usr.bin/drill/Makefile (rev 0)
+++ trunk/usr.bin/drill/Makefile 2018-07-07 20:29:18 UTC (rev 11531)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/drill/Makefile 255801 2013-09-22 20:30:55Z des $
+
+# Vendor sources and generated files
+LDNSDIR= ${.CURDIR}/../../contrib/ldns
+
+.PATH: ${LDNSDIR}/drill
+
+PROG= drill
+SRCS= drill.c drill_util.c error.c root.c work.c \
+ chasetrace.c dnssec.c securetrace.c
+CFLAGS+= -I${LDNSDIR}
+NO_WERROR= true
+MAN= drill.1
+
+DPADD+= ${LIBLDNS} ${LIBCRYPTO}
+LDADD+= -lldns -lcrypto
+USEPRIVATELIB= ldns
+
+.include <bsd.prog.mk>
Property changes on: trunk/usr.bin/drill/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list