Tool version
This commit is contained in:
parent
2f34b929f6
commit
b342d8bcb3
@ -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
11
tools/cvslatest/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user