doc/en/projects/mips/Makefile
Juli Mallett 8bca051f77 Add a project status page ala C99 and similar for FreeBSD/MIPS, to make it
easier for people to track the status.

Add a developers.sgml entry for Justin Wojdacki for use in the status page.

Reviewed by:	ceri

Add an entry for MIPS on the platforms page, and a small page there with
a few tiny bits of information, mostly mailing list info and a link to
the afforementioned status page.

Requested by:	ceri
2002-11-08 14:56:50 +00:00

17 lines
277 B
Makefile

# Summary for C99 project status
#
# $FreeBSD$
MAINTAINER= jmallett
.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"