summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk
blob: 851873dae0fa77a4ef121f2de81b9ab9ca1f2062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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
+