blob: 0d83fb6c253afb030b8ac9e6489ea4e9c6cfa053 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|