diff options
author | Ulf Möller <ulf@openssl.org> | 1999-06-17 01:49:39 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-06-17 01:49:39 +0200 |
commit | 8050bc7955c538a6ca6fdc18a4293aee40a30094 (patch) | |
tree | 175f365790f419e05b8bb2f23ab67e8b50b77662 /config | |
parent | Recognize CPU on BSD/OS. (diff) | |
download | openssl-8050bc7955c538a6ca6fdc18a4293aee40a30094.tar.xz openssl-8050bc7955c538a6ca6fdc18a4293aee40a30094.zip |
Typo.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; ;; |