$OpenBSD: patch-jdk_make_com_sun_Makefile,v 1.1 2009/05/23 03:03:25 kurt Exp $
--- jdk/make/com/sun/Makefile.orig	Fri May  8 03:34:14 2009
+++ jdk/make/com/sun/Makefile	Mon May 18 10:57:22 2009
@@ -38,10 +38,12 @@ ifndef OPENJDK
   endif
 endif
 
+# XXXBSD: removed nio subdir to avoid building java.nio.sctp for now
+
 # Omit mirror since it's built with the apt tool.
 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
     java inputmethods org xml rowset net/httpserver net/ssl demo \
-    tools jarsigner tracing servicetag nio
+    tools jarsigner tracing servicetag
 
 all build clean clobber::
 	$(SUBDIRS-loop)
