Clean, fix busdma/ breakage.
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
b323135fc6
commit
5542957b66
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19836
1 changed files with 7 additions and 3 deletions
|
@ -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
|
# 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
|
# Original revision: 1.7
|
||||||
|
#
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -16,6 +20,6 @@ DOCS+= cvsweb.sgml
|
||||||
|
|
||||||
INDEXLINK= projects.html
|
INDEXLINK= projects.html
|
||||||
|
|
||||||
#SUBDIR= busdma
|
SUBDIR= busdma
|
||||||
|
|
||||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
Loading…
Reference in a new issue