commit 8bb78bcea99c55aa00ac22db636c9eb7f315f03f parent 59504e58afe5f7647092c5da4ff3e70cdbaa391f Author: sin <sin@2f30.org> Date: Fri, 2 May 2014 12:55:10 +0100 Add ns-tools Diffstat:
M | mkfile | | | 1 | + |
A | ns-tools/mkfile | | | 5 | +++++ |
A | ns-tools/ns-tools.mk | | | 3 | +++ |
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/mkfile b/mkfile @@ -18,6 +18,7 @@ TARG = abduco \ make \ mksh \ ncurses \ + ns-tools \ openssh \ openssl \ pigz \ diff --git a/ns-tools/mkfile b/ns-tools/mkfile @@ -0,0 +1,5 @@ +<$mkbuild/mk.3rdparty + +src = ns-tools +git = git://git.r-36.net/ns-tools +mkfile = ../ns-tools.mk diff --git a/ns-tools/ns-tools.mk b/ns-tools/ns-tools.mk @@ -0,0 +1,3 @@ +INSTALL_BIN = `{find bin -type f} + +<$mkbuild/mk.common