head	1.1;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1
	EMILYBOYD_REDESIGN:1.1
	PRE_REDESIGN:1.1;
locks; strict;
comment	@# @;


1.1
date	2002.12.09.21.36.29;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Missed Makefile in a prior commit.
@
text
@# Summary for busdma project status
#
# $FreeBSD$

MAINTAINER=	rwatson

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	index.sgml
DATA=	style.css

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
