mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
13 lines
308 B
Makefile
13 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
SRCDIR= ${CVSDIR}/doc
|
|
|
|
INFO= cvs cvsclient
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_cvs= "* CVS: (cvs). CVS Reference Manual."
|
|
INFOENTRY_cvsclient= "* CVS-CLIENT: (cvsclient). CVS client/server Reference Manual."
|
|
|
|
.include <bsd.info.mk>
|