2e51ec7022
Approved by: doceng (implicit)
13 lines
231 B
Makefile
13 lines
231 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.9
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= index.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|