mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
308 B
Makefile
12 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>
|