--- a/jdk/make/sun/security/Makefile Wed Feb 10 13:23:50 2010 +0000
+++ b/jdk/make/sun/security/Makefile Wed Feb 10 17:51:07 2010 -0800
@@ -67,8 +67,10 @@
INTREE_EC =
endif
-SUBDIRS = $(INTREE_EC) other action util tools jgss krb5 smartcardio \
- $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI)
+SUBDIRS = $(INTREE_EC) other action util krb5
+SUBDIRS_misc = jgss $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI) smartcardio
+SUBDIRS_tools = tools
+include $(BUILDDIR)/common/Subdirs.gmk
all build clean clobber::
$(SUBDIRS-loop)