From: Bodo Möller Date: Fri, 11 Jun 1999 11:45:22 +0000 (+0000) Subject: Changes for BSD/OS 4. X-Git-Tag: OpenSSL_0_9_4~177 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9ffce0a255669010ff7bf781363994a87dec23d;p=oweals%2Fopenssl.git Changes for BSD/OS 4. --- diff --git a/config b/config index 9ab969af40..b2f1584cb8 100755 --- a/config +++ b/config @@ -114,8 +114,8 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "${MACHINE}-lynx-lynxos"; exit 0 ;; - BSD/OS:4.*) - echo "${MACHINE}-whatever-bsdi4"; exit 0 + BSD/OS:4.*) # BSD/OS always says 386 + echo "i486-whatever-bsdi4"; exit 0 ;; BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*)