Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add tool cvslatest



details:   https://anonhg.NetBSD.org/src/rev/036219dcafa6
branches:  trunk
changeset: 813344:036219dcafa6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 20:15:11 2016 +0000

description:
Add tool cvslatest

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r bbaa59ee33d0 -r 036219dcafa6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 24 20:14:44 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 24 20:15:11 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.884 2016/01/22 21:55:51 riz Exp $
+#      $NetBSD: bsd.own.mk,v 1.885 2016/01/24 20:15:11 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -324,6 +324,7 @@
 TOOL_CTAGS=            ${TOOLDIR}/bin/${_TOOL_PREFIX}ctags
 TOOL_CTFCONVERT=       ${TOOLDIR}/bin/${_TOOL_PREFIX}ctfconvert
 TOOL_CTFMERGE=         ${TOOLDIR}/bin/${_TOOL_PREFIX}ctfmerge
+TOOL_CVSLATEST=                ${TOOLDIR}/bin/${_TOOL_PREFIX}cvslatest
 TOOL_DB=               ${TOOLDIR}/bin/${_TOOL_PREFIX}db
 TOOL_DISKLABEL=                ${TOOLDIR}/bin/nbdisklabel
 TOOL_EQN=              ${TOOLDIR}/bin/${_TOOL_PREFIX}eqn
@@ -435,6 +436,7 @@
 TOOL_CTAGS=            ctags
 TOOL_CTFCONVERT=       ctfconvert
 TOOL_CTFMERGE=         ctfmerge
+TOOL_CVSLATEST=                cvslatest
 TOOL_DB=               db
 TOOL_DISKLABEL=                disklabel
 TOOL_EQN=              eqn



Home | Main Index | Thread Index | Old Index