jdk/make/com/sun/jmx/Makefile
changeset 7666 7b994e3dd41d
parent 5506 202f599c92aa
child 7668 d4a77089c587
--- a/jdk/make/com/sun/jmx/Makefile	Tue Dec 21 18:21:26 2010 -0800
+++ b/jdk/make/com/sun/jmx/Makefile	Thu Dec 23 18:50:21 2010 -0800
@@ -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