doc/en/projects/dingo/Makefile
George V. Neville-Neil 055c82f2f0 Add a new project (Dingo) to the list of projects that are being
worked on.  Dingo aims to clean up the networking code and to
add several features, all of which are listed in the pages
that are being checked in.

Reviewed by:	 Scott Long <scottl@freebsd.org>
Approved by:	 Scott Long <scottl@freebsd.org>
2004-11-29 04:54:31 +00:00

17 lines
275 B
Makefile

# Summary for dingo project status
#
# $FreeBSD:$
MAINTAINER= gnn
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
DATA= style.css
.include "${WEB_PREFIX}/share/mk/web.site.mk"