summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorulf <ulf>1999-06-16 23:49:39 +0000
committerulf <ulf>1999-06-16 23:49:39 +0000
commitd6604388b1ace070d2bc76a323ee6efa91e96e5e (patch)
treec01a0e54331f5b46ff4a4fa58fb8c068c61a8d2c /config
parent026ea16baa776517f7b25afe18f2ea9a3bc45d29 (diff)
downloadopenssl-d6604388b1ace070d2bc76a323ee6efa91e96e5e.tar.gz
Typo.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 06c59f4bf..306af2265 100755
--- a/config
+++ b/config
@@ -121,10 +121,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*)
case `/sbin/sysctl -n hw.model` in
Pentium*)
- echo "i586-whatever-bsd"; exit 0
+ echo "i586-whatever-bsdi"; exit 0
;;
*)
- echo "i386-whatever-bsd"; exit 0
+ echo "i386-whatever-bsdi"; exit 0
;;
esac;
;;