diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2021-02-14 17:33:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2021-02-14 17:33:14 +0000 |
commit | a133da99cd50416cc259755e17ece811b87e5217 (patch) | |
tree | a047918510ef82cf779cc00d7dd024c76498ffe6 /java/Makefile | |
parent | de27a5033b7f906919ff12733d14458953f20755 (diff) |
Add a port of OpenJDK 16
Notes
Notes:
svn path=/head/; revision=565254
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 8f3adf59562c..5cc91d97c0ed 100644 --- a/java/Makefile +++ b/java/Makefile @@ -96,6 +96,7 @@ SUBDIR += openjdk13 SUBDIR += openjdk14 SUBDIR += openjdk15 + SUBDIR += openjdk16 SUBDIR += openjdk7 SUBDIR += openjdk7-jre SUBDIR += openjdk8 |