9ee6aa8c42
Obtained from: The FreeBSD Italian Documentation Project CVS
12 lines
208 B
Makefile
12 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= announce.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|