Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation

environment.
This commit is contained in:
Sean Eric Fagan 1992-04-14 21:32:34 +00:00
parent 570556da54
commit b6422192ea
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ m68k)
bsd) my_host=hp300bsd ;;
esac
;;
apollo*)
case "${host_os}" in
sysv*) my_host=apollov68 ;;
bsd*) my_host=apollo68;;
esac
;;
sony) my_host=news ;;
sun) my_host=sun3 ;;
esac