Module Name:    src
Committed By:   christos
Date:           Sun Jan 24 20:14:18 UTC 2016

Modified Files:
        src/tools: Makefile
Added Files:
        src/tools/cvslatest: Makefile

Log Message:
Tool version


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/tools/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/cvslatest/Makefile

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

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.184 src/tools/Makefile:1.185
--- src/tools/Makefile:1.184	Fri Dec 18 20:10:31 2015
+++ src/tools/Makefile	Sun Jan 24 15:14:17 2016
@@ -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 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat
 .endif
 
 SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cvslatest
 
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \

Added files:

Index: src/tools/cvslatest/Makefile
diff -u /dev/null src/tools/cvslatest/Makefile:1.1
--- /dev/null	Sun Jan 24 15:14:18 2016
+++ src/tools/cvslatest/Makefile	Sun Jan 24 15:14:18 2016
@@ -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"

Reply via email to