--- old/jdk/make/sun/management/Makefile Wed Dec 22 17:40:54 2010 +++ new/jdk/make/sun/management/Makefile Wed Dec 22 17:40:53 2010 @@ -37,12 +37,8 @@ all build:: properties aclfile jmxremotefiles -# 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 SUBDIRS += jmxremote