diff options
author | Bodo Möller <bodo@openssl.org> | 2000-01-07 01:27:15 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-01-07 01:27:15 +0100 |
commit | add9e2544a78b5e3f854c59b2bd08b65f9dfa958 (patch) | |
tree | 68c1834498cbd2b08663a1eab7fcbcf6732392e8 /config | |
parent | Initial automation changes to 'req' and X509_ATTRIBUTE functions. (diff) | |
download | openssl-add9e2544a78b5e3f854c59b2bd08b65f9dfa958.tar.xz openssl-add9e2544a78b5e3f854c59b2bd08b65f9dfa958.zip |
add "UnixWare", treated like "unixware"
Submitted by: "Gary E. Miller" <gem@rellim.com>
Diffstat (limited to 'config')
-rwxr-xr-x | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -440,6 +440,7 @@ case "$GUESSOS" in *86*-*-bsdi4) OUT="bsdi-elf-gcc" ;; *-*-osf) OUT="alpha-cc" ;; *-*-unixware*) OUT="unixware-2.0" ;; + *-*-UnixWare*) OUT="unixware-2.0" ;; BS2000-siemens-sysv4) OUT="BS2000-OSD" ;; RM*-siemens-sysv4) OUT="ReliantUNIX" ;; *-siemens-sysv4) OUT="SINIX" ;; |