doc/en/projects/Makefile
Murray Stokely 2c9089547c Add list of specific project ideas for the Google Summer of Code endeavor.
Also list mentors willing to supervise other projects in broad
areas.
2005-06-01 20:59:16 +00:00

19 lines
427 B
Makefile

# $FreeBSD: www/en/projects/Makefile,v 1.22 2005/04/18 11:47:07 phk 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 mips bigdisk netperf nanobsd
.include "${WEB_PREFIX}/share/mk/web.site.mk"