[Zrouter-src] ZRouter.org: push to ZRouter tools/mktplinkfw/Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Dec 29 10:08:02 UTC 2011


details:   http://zrouter.org/hg/zrouter//rev/c17faf7da98e
changeset: 293:c17faf7da98e
user:      ray at terran.dlink.ua
date:      Thu Dec 29 02:11:08 2011 +0200
description:
Build contrib/mktplinkfw tool.

Submitted by: Eric Krausser
Pr: issues/25

diffstat:

 tools/mktplinkfw/Makefile |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 3bde1243f404 -r c17faf7da98e tools/mktplinkfw/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/mktplinkfw/Makefile	Thu Dec 29 02:11:08 2011 +0200
@@ -0,0 +1,12 @@
+
+CDIR=${.CURDIR}/../../contrib/mktplinkfw
+.PATH: ${CDIR}
+
+PROG=mktplinkfw
+LDADD=-lz -lcrypto
+DPADD=${LIBZ}
+NO_MAN=
+
+SRCS=mktplinkfw.c
+
+.include <bsd.prog.mk>


More information about the Zrouter-src mailing list