jdk/make/sun/management/Makefile
changeset 4917 c98da2209f8c
parent 4665 d14dc3d9e1fa
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    45 else
    45 else
    46   SUBDIRS = snmp
    46   SUBDIRS = snmp
    47 endif
    47 endif
    48 SUBDIRS += jmxremote
    48 SUBDIRS += jmxremote
    49  
    49  
       
    50 include $(BUILDDIR)/common/Subdirs.gmk
       
    51 
    50 all build clean clobber::
    52 all build clean clobber::
    51 	$(SUBDIRS-loop)
    53 	$(SUBDIRS-loop)
    52 
    54 
    53 properties: $(MGMT_LIBDIR)/management.properties
    55 properties: $(MGMT_LIBDIR)/management.properties
    54 
    56