diff options
Diffstat (limited to 'java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk')
-rw-r--r-- | java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk b/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk deleted file mode 100644 index 851873dae0fa..000000000000 --- a/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk +++ /dev/null @@ -1,15 +0,0 @@ -$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 -+ - - |