$OpenBSD: patch-build_bsd_com_sun_javah_GNUmakefile,v 1.1.1.1 2002/11/01 17:52:53 ian Exp $
--- build/bsd/com/sun/javah/GNUmakefile.orig	Thu Oct  3 00:08:41 2002
+++ build/bsd/com/sun/javah/GNUmakefile	Thu Oct  3 00:09:50 2002
@@ -41,6 +41,9 @@ ifeq ($(PLATFORM),bsd)
   ifeq ($(BSD_PLATFORM),NetBSD)
     JAVAH_RES_bsd = NetBSD_i386.properties
   endif
+  ifeq ($(BSD_PLATFORM),OpenBSD)
+    JAVAH_RES_bsd = OpenBSD_i386.properties
+  endif
 endif
 
 RESOURCE_DEST_DIR = $(CLASSBINDIR)/com/sun/tools/javah/resources
