[Zrouter-src] ZRouter.org: push to ZRouter target/sbin/dig/Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Wed Sep 19 21:39:12 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/383fa2304170
changeset: 430:383fa2304170
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 20 00:31:33 2012 +0300
description:
Add small dig like tool.

diffstat:

 target/sbin/dig/Makefile |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 6fd9c97c2c66 -r 383fa2304170 target/sbin/dig/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/target/sbin/dig/Makefile	Thu Sep 20 00:31:33 2012 +0300
@@ -0,0 +1,27 @@
+
+CDIR=${.CURDIR}/../../../contrib/spcdns/src
+.PATH: ${CDIR}
+
+
+BINDIR?=	/sbin/
+PROG=		dig
+NO_MAN=
+
+CFLAGS+=	-I. -I${CDIR} 
+CFLAGS+=	-DNDEBUG
+
+SRCS+= 			\
+	codec.c		\
+	mappings.c	\
+	netsimple.c	\
+	test.c
+
+LDADD+=		-lm
+DPADD+=		${LIBM}
+
+ZROUTER_OBJDIR=	${.OBJDIR:C/target\/sbin\/dig//}
+
+.include <bsd.prog.mk>
+
+
+


More information about the Zrouter-src mailing list