cf118ccf87
Reported by: lwhsu
8 lines
180 B
Makefile
8 lines
180 B
Makefile
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk8
|
|
|
|
.include "${MASTERDIR}/Makefile"
|