Module Name:    src
Committed By:   christos
Date:           Sun Jan 24 20:15:11 UTC 2016

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Add tool cvslatest


To generate a diff of this commit:
cvs rdiff -u -r1.884 -r1.885 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.884 src/share/mk/bsd.own.mk:1.885
--- src/share/mk/bsd.own.mk:1.884	Fri Jan 22 16:55:51 2016
+++ src/share/mk/bsd.own.mk	Sun Jan 24 15:15:11 2016
@@ -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_CRUNCHGEN=		MAKE=${.MAKE:Q} ${TOOLD
 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_CRUNCHGEN=		crunchgen
 TOOL_CTAGS=		ctags
 TOOL_CTFCONVERT=	ctfconvert
 TOOL_CTFMERGE=		ctfmerge
+TOOL_CVSLATEST=		cvslatest
 TOOL_DB=		db
 TOOL_DISKLABEL=		disklabel
 TOOL_EQN=		eqn

Reply via email to