openbsd-ports/devel/jdk/Makefile
kurt d612fb2796 Deprecate 1.3 and 1.4 due to lack of security updates, end-of-life status
or near eol, and bulk build time. This removes the limited Java support we
had on arm, powerpc and sparc until such time OpenJDK/IcedTea can replace
it. 1.3 and 1.4 ports directories will be removed next release to avoid
bit rot. Requested by espie@ and okay by many with no objections.
2008-06-24 02:38:31 +00:00

8 lines
130 B
Makefile

# $OpenBSD: Makefile,v 1.22 2008/06/24 02:38:31 kurt Exp $
SUBDIR+= 1.5
SUBDIR+= 1.6
SUBDIR+= 1.7
.include <bsd.port.subdir.mk>