STABLE12-darwin-map-more-version-20030331

Recognize MacOS X 10.2.3 and 10.2.4.


(cherry picked from commit f14686ea2e)
This commit is contained in:
Garry Zacheiss 2003-03-31 19:23:20 +00:00
parent 2eeaecd162
commit 3fb1af01e8

View File

@ -369,6 +369,12 @@ else
powerpc-apple-darwin6.2*)
AFS_SYSNAME="ppc_darwin_60"
;;
powerpc-apple-darwin6.3*)
AFS_SYSNAME="ppc_darwin_60"
;;
powerpc-apple-darwin6.4*)
AFS_SYSNAME="ppc_darwin_60"
;;
sparc-sun-solaris2.5*)
AFS_SYSNAME="sun4x_55"
;;