28 lines
		
	
	
	
		
			600 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			600 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD$
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	projects.xml
 | |
| DOCS+=	newbies.xml
 | |
| DOCS+=	cvsweb.xml
 | |
| DOCS+=	summerofcode.xml
 | |
| DOCS+=	summerofcode-2005.xml
 | |
| DOCS+=	summerofcode-2006.xml
 | |
| DOCS+=	summerofcode-2007.xml
 | |
| DOCS+=	summerofcode-2008.xml
 | |
| 
 | |
| DATA=	2016-freebsd-gsoc-thumbnail.png
 | |
| DATA+=	2016-freebsd-gsoc.pdf
 | |
| DATA+=	2016-freebsd-gsoc-poland-thumbnail.png
 | |
| DATA+=	2016-freebsd-gsoc-poland.jpg
 | |
| 
 | |
| INDEXLINK= projects.html
 | |
| 
 | |
| SUBDIR=	 acpi busdma ideas mips netperf
 | |
| 
 | |
| .include "${DOC_PREFIX}/share/mk/web.site.mk"
 |