diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-03-18 03:33:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-03-18 03:33:51 +0000 |
commit | 308ce63a846069300b7c75db04db3714a59c217e (patch) | |
tree | a71d101cc3c870f12527f60ffa826b05709f671c /java/Makefile | |
parent | db8af146817f503e2ad82e399c06e2813e174f2c (diff) |
Add a port of OpenJDK 14
Notes
Notes:
svn path=/head/; revision=528626
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b535f6bc83fe..29dbbd185f26 100644 --- a/java/Makefile +++ b/java/Makefile @@ -99,6 +99,7 @@ SUBDIR += openjdk11 SUBDIR += openjdk12 SUBDIR += openjdk13 + SUBDIR += openjdk14 SUBDIR += openjdk7 SUBDIR += openjdk7-jre SUBDIR += openjdk8 |