12 lines
263 B
Makefile
12 lines
263 B
Makefile
# $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"
|