2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2004-01-19 18:02:09 +01:00
|
|
|
# Original revision: 1.9
|
1999-05-03 16:37:25 +02:00
|
|
|
|
2002-05-13 22:09:05 +02:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2012-08-21 21:16:02 +02:00
|
|
|
DATA= index.html
|
2002-05-13 22:09:05 +02:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|