summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 17:31:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 17:31:10 +0000
commit00dfce02484d8649dc924620e5e9736632ca0de0 (patch)
tree422446617232d59364ee0ac2d30063c068c0793b /gnu/usr.bin/perl
parent6e54c77fc13251487a38b6d8c1f8759e395fafeb (diff)
no shlibs on sh yet
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index 9257ac37668..06164af8f74 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -35,7 +35,7 @@ esac
#
ARCH=`arch | sed 's/^OpenBSD.//'`
case "${ARCH}-${osvers}" in
-alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-3.[0-5]|vax-*)
+alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-3.[0-5]|vax-*|sh-*)
test -z "$usedl" && usedl=$undef
;;
*)