- update information on installation, and include pkg install instructions - shift java/linux-sun-jdk16 java/linux-sun-jdk17 for oracle jdk - update release information - drop links as these are very old and java@ would rather bring back with more relevant content Reviewed by: glewis@ (java) Approved by: wblock (mentor)
18 lines
276 B
Makefile
18 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR = dists
|
|
|
|
DOCS+= howhelp.xml
|
|
DOCS+= index.xml
|
|
DOCS+= install.xml
|
|
|
|
DATA= j2j.gif
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|