jdk/make/sun/security/Makefile
changeset 4917 c98da2209f8c
parent 3856 47b5ce137a2b
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    65 INTREE_EC = ec
    65 INTREE_EC = ec
    66 ifdef DISABLE_INTREE_EC
    66 ifdef DISABLE_INTREE_EC
    67   INTREE_EC =
    67   INTREE_EC =
    68 endif
    68 endif
    69 
    69 
    70 SUBDIRS = $(INTREE_EC) other action util tools jgss krb5 smartcardio \
    70 SUBDIRS       = $(INTREE_EC) other action util krb5
    71 	  $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI)
    71 SUBDIRS_misc  = jgss $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI) smartcardio
       
    72 SUBDIRS_tools = tools
       
    73 include $(BUILDDIR)/common/Subdirs.gmk
    72 
    74 
    73 all build clean clobber::
    75 all build clean clobber::
    74 	$(SUBDIRS-loop)
    76 	$(SUBDIRS-loop)
    75 
    77 
    76 clean::
    78 clean::