Link to the news entry about "FreeBSD gets its name." Submitted by: jhb (via docs@) Patched by: db (original version)
15 lines
298 B
Makefile
15 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= freebsd-coined.sgml
|
|
|
|
XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
|
|
DEPENDSET.index=transtable news
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|