2002-08-16 09:30:40 +02:00
|
|
|
# $FreeBSD: www/en/events/2002/Makefile,v 1.1 2002/03/16 08:47:55 murray Exp $
|
2002-03-16 09:47:55 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2002-08-16 09:30:40 +02:00
|
|
|
DOCS?= bsdcon-devsummit.sgml usenix-devsummit.sgml
|
2002-03-16 09:47:55 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|