and developers that are looking for interesting projects to evaluate and work on. Original idea and work by: netchild Reviewed by: brueffer, simon, Niclas Zeising lothrandilATn00bDOTapagnuDOTse
19 lines
436 B
Makefile
19 lines
436 B
Makefile
# $FreeBSD: www/en/projects/Makefile,v 1.23 2005/06/01 20:59:16 murray 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
|
|
DOCS+= summerofcode.sgml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
SUBDIR= acpi busdma c99 dingo gnats4 ideas mips bigdisk netperf nanobsd
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|