.bra {
.ket }
Echo "Installing 68040 support software..."

Version >NIL: SYS:C/CPU 38
IF WARN
	Copy C/CPU SYS:C/CPU
	Echo "Installed new CPU command: " NOLINE
	Version SYS:C/CPU
ENDIF

Version >NIL: SYS:C/SetPatch 38
IF WARN
	Copy C/SetPatch SYS:C/SetPatch
	Echo "Installed new SetPatch command: " NOLINE
	Version SYS:C/SetPatch
ENDIF

Version >NIL: SYS:Tools/ShowConfig 38
IF WARN
	Copy Tools/ShowConfig SYS:Tools/ShowConfig
	Echo "Installed new ShowConfig command: " NOLINE
	Version SYS:Tools/ShowConfig
ENDIF

Copy LIBS/68040.library SYS:LIBS/68040.library
Echo "Installed new 68040.library"

Copy Utilities/CPUSpeed SYS:Utilities/CPUSpeed
Copy Utilities/CPUSpeed.info SYS:Utilities/CPUSpeed.info
Echo "Installed new CPUSpeed: " NOLINE
Version SYS:Utilities/CPUSpeed

Echo "*NDone!"
