Tool version

This commit is contained in:
christos 2016-01-24 20:14:17 +00:00
parent 2f34b929f6
commit b342d8bcb3
2 changed files with 13 additions and 1 deletions

View File

@ -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 hexdump \
.endif
SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
SUBDIR+= cvslatest
.if ${TOOLS_BUILDRUMP} == "no"
SUBDIR += .WAIT texinfo \

11
tools/cvslatest/Makefile Normal file
View File

@ -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"