--- old/jdk/make/com/sun/jmx/Makefile Wed Dec 22 17:40:42 2010 +++ new/jdk/make/com/sun/jmx/Makefile Wed Dec 22 17:40:42 2010 @@ -42,12 +42,8 @@ # within common included gmk files : that is why the following for loop # has been duplicated. -# When building the openjdk, build snmp only if importing binary plugs, -ifdef OPENJDK - ifeq ($(IMPORT_BINARY_PLUGS),true) - SUBDIRS = snmp - endif -else +# When building the openjdk, no snmp +ifndef OPENJDK SUBDIRS = snmp endif