From 99882b40329dbcdd58bd8f07d84e5a2b84c7829a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 12 Nov 2004 00:20:46 +0000 Subject: [PATCH] Hook netperf directory up to the build. Pointed out by: simon --- en/projects/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/projects/Makefile b/en/projects/Makefile index a6c8fb68a2..9e504cac00 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/projects/Makefile,v 1.16 2004/05/12 12:10:44 murray Exp $ +# $FreeBSD: www/en/projects/Makefile,v 1.17 2004/09/12 18:38:24 scottl Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -14,6 +14,6 @@ DOCS+= cvsweb.sgml INDEXLINK= projects.html -SUBDIR= busdma c99 gnats4 mips bigdisk +SUBDIR= busdma c99 gnats4 mips bigdisk netperf .include "${WEB_PREFIX}/share/mk/web.site.mk"