jdk/make/com/sun/Makefile
changeset 406 bde3a21bcab0
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
405:f0b8d8e5cc64 406:bde3a21bcab0
    39 endif
    39 endif
    40 
    40 
    41 # Omit mirror since it's built with the apt tool.
    41 # Omit mirror since it's built with the apt tool.
    42 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
    42 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
    43     java inputmethods org xml rowset net/httpserver net/ssl demo \
    43     java inputmethods org xml rowset net/httpserver net/ssl demo \
    44     tools jarsigner
    44     tools jarsigner tracing
    45 
    45 
    46 all build clean clobber::
    46 all build clean clobber::
    47 	$(SUBDIRS-loop)
    47 	$(SUBDIRS-loop)
    48 
    48