8 lines
181 B
Makefile
8 lines
181 B
Makefile
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk17
|
|
|
|
.include "${MASTERDIR}/Makefile"
|