mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
jmap -histo and jmap -dump to work. Submitted by: Brian Gardner <brian@experts-exchange.com> Sponsored by: Experts Exchange
15 lines
361 B
Text
15 lines
361 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 21 Jul 2006 17:23:23 -0000 1.1.1.2
|
|
+++ ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 29 Jan 2009 08:13:19 -0000
|
|
@@ -25,5 +25,10 @@
|
|
sun/tools/attach/LinuxVirtualMachine.java
|
|
endif
|
|
|
|
+ifeq ($(PLATFORM), bsd)
|
|
+FILES_export = \
|
|
+ sun/tools/attach/BSDVirtualMachine.java
|
|
+endif
|
|
+
|
|
|
|
|