Added a default in the ANY case for system type.
authorkeie <none@none>
Tue, 19 Feb 1985 10:31:20 +0000 (10:31 +0000)
committerkeie <none@none>
Tue, 19 Feb 1985 10:31:20 +0000 (10:31 +0000)
first/first

index c909cbb..be50c08 100755 (executable)
@@ -96,6 +96,7 @@ vax_bsd4_2)   ACM=vax2 ;;
 pc_ix)         ACM=ix ;;
 m68_unisoft)   ACM=m68k2 ;;
 m68_pmds)      ACM=pmds ;;
+*)             ACM=m68k2 ;;
 esac
 rm -f local.h
 sed /ACKM/s/'".*"'/'"'$ACM'"'/ <../h/local.h >local.h