diff --git a/en/projects/Makefile b/en/projects/Makefile index 764ef125d5..6ed4fb83b7 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,18 +1,18 @@ -# $FreeBSD: www/en/projects/Makefile,v 1.20 2004/12/15 14:43:28 trhodes Exp $ +# $FreeBSD: www/en/projects/Makefile,v 1.21 2005/04/13 11:13:27 brueffer 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 +SUBDIR= acpi busdma c99 dingo gnats4 mips bigdisk netperf nanobsd .include "${WEB_PREFIX}/share/mk/web.site.mk"