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
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			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"
 |