From 5542957b66d2bc0edc2e1210923ff89b62f23270 Mon Sep 17 00:00:00 2001 From: Andrey Zakhvatov Date: Mon, 26 Jan 2004 07:16:58 +0000 Subject: [PATCH] Clean, fix busdma/ breakage. Obtained from: The FreeBSD Russian Documentation Project --- ru/projects/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ru/projects/Makefile b/ru/projects/Makefile index 2a1435e05a..1eaf1961fc 100644 --- a/ru/projects/Makefile +++ b/ru/projects/Makefile @@ -1,7 +1,11 @@ -# $FreeBSD: www/ru/projects/Makefile,v 1.7 2004/01/23 18:20:22 andy Exp $ +# # The FreeBSD Russian Documentation Project -# $FreeBSDru: frdp/www/ru/projects/Makefile,v 1.6 2004/01/23 18:19:55 andy Exp $ +# +# $FreeBSD$ +# $FreeBSDru: frdp/www/ru/projects/Makefile,v 1.7 2004/01/25 13:00:52 andy Exp $ +# # Original revision: 1.7 +# .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -16,6 +20,6 @@ DOCS+= cvsweb.sgml INDEXLINK= projects.html -#SUBDIR= busdma +SUBDIR= busdma .include "${WEB_PREFIX}/share/mk/web.site.mk"