Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Tool version



details:   https://anonhg.NetBSD.org/src/rev/6e52738a5ce2
branches:  trunk
changeset: 813342:6e52738a5ce2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 20:14:17 2016 +0000

description:
Tool version

diffstat:

 tools/Makefile           |   3 ++-
 tools/cvslatest/Makefile |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 0ab9a430e342 -r 6e52738a5ce2 tools/Makefile
--- a/tools/Makefile    Sun Jan 24 20:02:38 2016 +0000
+++ b/tools/Makefile    Sun Jan 24 20:14:17 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.184 2015/12/19 01:10:31 christos Exp $
+#      $NetBSD: Makefile,v 1.185 2016/01/24 20:14:17 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -103,6 +103,7 @@
 .endif
 
 SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cvslatest
 
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \
diff -r 0ab9a430e342 -r 6e52738a5ce2 tools/cvslatest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/cvslatest/Makefile  Sun Jan 24 20:14:17 2016 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2016/01/24 20:14:18 christos Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+
+HOSTPROGNAME=   ${_TOOL_PREFIX}cvslatest
+HOST_SRCDIR=    usr.bin/cvslatest
+
+.include "${.CURDIR}/../Makefile.nbincludes"
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index