comparison make/bsd/makefiles/vm.make @ 10283:e484fe2abebd

Merge
author twisti
date Thu, 16 May 2013 13:47:55 -0700
parents f9be75d21404 aabf54ccedb1
children 2cb5d5f6d5e5
comparison
equal deleted inserted replaced
10272:513a5298c1dd 10283:e484fe2abebd
329 $(QUIETLY) cp -f $(LIBJVM) $(DEST_JVM) && echo "Done" 329 $(QUIETLY) cp -f $(LIBJVM) $(DEST_JVM) && echo "Done"
330 330
331 #---------------------------------------------------------------------- 331 #----------------------------------------------------------------------
332 # Other files 332 # Other files
333 333
334 # Gamma launcher
335 include $(MAKEFILES_DIR)/launcher.make
336
337 # Signal interposition library 334 # Signal interposition library
338 include $(MAKEFILES_DIR)/jsig.make 335 include $(MAKEFILES_DIR)/jsig.make
339 336
340 # Serviceability agent 337 # Serviceability agent
341 include $(MAKEFILES_DIR)/saproc.make 338 include $(MAKEFILES_DIR)/saproc.make