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	2004.09.21.06.09.07;	author trhodes;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add a stub todo list to help keep track of current TrustedBSD development
progress.  There is a bit of work to be done here but in the end it may
help.  This is not hooked up to the build yet, it should be fleshed out
a bit more first.

Discussed with:	rwatson (phone and email)
@
text
@# $FreeBSD$

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

DOCS=	index.sgml

DATA=	docbook.css

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