12 lines
230 B
Makefile
12 lines
230 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.8
|
|
|
|
.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"
|