$OpenBSD: install-aa,v 1.1 2000/10/22 15:28:19 espie Exp $
--- bin/maple.system.type.orig	Sat May 22 01:23:16 1999
+++ bin/maple.system.type	Sat May 22 01:28:24 1999
@@ -17,6 +17,14 @@
 # Now, determine if we support the current OS and version.
 
 case $SYS_TYPE in
+	 "OpenBSD")
+	 	SYS_ARCH=`echo $UNAME_INFO | awk ' { print $5 } '`
+		if [ $SYS_ARCH = "i386" ] ; then
+            MAPLE_BIN="bin_IBM_INTEL_LINUX"
+		else
+		    MAPLE_BIN="FAIL"
+		fi
+	 	;;
     "SunOS")
 	if [ $SYS_VER -ge "5" ] ; then
 		# Solaris 2.x or above; identify architecture.
