12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|