jdk/make/com/oracle/Makefile
changeset 11678 9d22454e9dad
parent 11523 85131f3172a1
child 12880 1062b2cf73d0
--- a/jdk/make/com/oracle/Makefile	Tue Jan 24 09:09:08 2012 +0000
+++ b/jdk/make/com/oracle/Makefile	Tue Jan 17 16:20:52 2012 +0100
@@ -38,8 +38,14 @@
   endif
 endif
 
+JFR =
+ifndef OPENJDK
+ifndef JAVASE_EMBEDDED
+	JFR = jfr
+endif
+endif
 
-SUBDIRS = net nio util $(UCRYPTO)
+SUBDIRS = $(JFR) net nio util $(UCRYPTO)
 
 include $(BUILDDIR)/common/Subdirs.gmk