doc/en/projects/Makefile
Robert Watson 99882b4032 Hook netperf directory up to the build.
Pointed out by:	simon
2004-11-12 00:20:46 +00:00

19 lines
403 B
Makefile

# $FreeBSD: www/en/projects/Makefile,v 1.17 2004/09/12 18:38:24 scottl Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
DOCS+= newbies.sgml
DOCS+= libh.sgml
DOCS+= cvsweb.sgml
INDEXLINK= projects.html
SUBDIR= busdma c99 gnats4 mips bigdisk netperf
.include "${WEB_PREFIX}/share/mk/web.site.mk"