17 lines
348 B
Makefile
17 lines
348 B
Makefile
# $FreeBSD: www/en/java/dists/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS = 10.sgml
|
|
DOCS+= 11.sgml
|
|
DOCS+= 12.sgml
|
|
DOCS+= 13.sgml
|
|
DOCS+= 14.sgml
|
|
DOCS+= index.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|