Handle sunos4.1.3 specially.
This commit is contained in:
parent
7fed2f52f1
commit
7498a8713c
1 changed files with 1 additions and 0 deletions
|
@ -725,6 +725,7 @@ case "${configuration}" in
|
|||
esac
|
||||
case "${configuration}" in
|
||||
*-sunos4.0* ) opsys=sunos4-0 ;;
|
||||
*-sunos4.1.3* ) opsys=sunos4-1-3 ;;
|
||||
*-sunos4* | *-sunos ) opsys=sunos4-1 ;;
|
||||
*-sunos5* | *-solaris* ) opsys=sol2 ;;
|
||||
* ) opsys=bsd4-2 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue