doc/en/events/2003/Makefile
Murray Stokely 90622102bd Notes for the first 2 hours of the dev summit. Unfortunately, only
two people have so far sent me notes for the summit, so this is very
incomplete.
2003-09-22 07:41:56 +00:00

12 lines
216 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= bsdcon-devsummit.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"