doc/en/news/1993/Makefile
2003-05-21 07:56:25 +00:00

12 lines
213 B
Makefile

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