handle the pmax like the arc - no dynamic stuff
authorgraichen <graichen@openbsd.org>
Thu, 2 Jan 1997 14:05:25 +0000 (14:05 +0000)
committergraichen <graichen@openbsd.org>
Thu, 2 Jan 1997 14:05:25 +0000 (14:05 +0000)
gnu/usr.bin/perl/config.sh.OpenBSD

index 01d0dcb..a6fbdf1 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $OpenBSD: config.sh.OpenBSD,v 1.4 1996/08/23 15:22:39 downsj Exp $
+# $OpenBSD: config.sh.OpenBSD,v 1.5 1997/01/02 14:05:25 graichen Exp $
 #
 # This file was produced by running the Configure script. It holds all the
 # definitions figured out by Configure. Should you modify one of these values,
@@ -18,6 +18,7 @@
 case "`machine`" in
 "alpha")       _dynaload=0;;
 "arc")         _dynaload=0;;
+"pmax")                _dynaload=0;;
 *)             _dynaload=1;;
 esac