18 lines
		
	
	
	
		
			398 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			398 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/en/projects/Makefile,v 1.20 2004/12/15 14:43:28 trhodes Exp $
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	projects.sgml
 | |
| DOCS+=	newbies.sgml
 | |
| DOCS+=	cvsweb.sgml
 | |
| 
 | |
| INDEXLINK= projects.html
 | |
| 
 | |
| SUBDIR=	 acpi busdma c99 dingo gnats4 mips bigdisk netperf
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |