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/9d802854a780
branches: trunk
changeset: 343200:9d802854a780
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 fe73cc466d9b -r 9d802854a780 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 fe73cc466d9b -r 9d802854a780 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