From b85c84579bf4de7ce60d108553dc65a6d8e4564c Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 12 Sep 2004 18:38:24 +0000 Subject: [PATCH] Hook up the bigdisk directory. --- en/projects/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/projects/Makefile b/en/projects/Makefile index 2728e75375..a6c8fb68a2 100644 --- a/en/projects/Makefile +++ b/en/projects/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/projects/Makefile,v 1.15 2004/01/14 20:13:20 ceri Exp $ +# $FreeBSD: www/en/projects/Makefile,v 1.16 2004/05/12 12:10:44 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -14,6 +14,6 @@ DOCS+= cvsweb.sgml INDEXLINK= projects.html -SUBDIR= busdma c99 gnats4 mips +SUBDIR= busdma c99 gnats4 mips bigdisk .include "${WEB_PREFIX}/share/mk/web.site.mk"