doc/en/projects/mac/Makefile
Tom Rhodes 593a26016a 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)
2004-09-21 06:09:07 +00:00

14 lines
223 B
Makefile

# $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"