14 lines
242 B
Makefile
14 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= faq.sgml
|
|
DOCS+= porting.sgml
|
|
DOCS+= bugging.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|