From c17e9bf9457fd8f2c32d1c69206438e403de732b Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 11 Jul 1991 04:02:34 +0000
Subject: [PATCH] Add entry for HP 9000 series 400.

---
 v7/src/microcode/unxutl/config | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config
index d80172a79..4b2da7976 100755
--- a/v7/src/microcode/unxutl/config
+++ b/v7/src/microcode/unxutl/config
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration script for MIT Scheme
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.11 1991/06/15 00:40:12 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.12 1991/07/11 04:02:34 cph Exp $
 # Modelled on the configuration script for GNU CC
 #   Copyright (C) 1988 Free Software Foundation, Inc.
 
@@ -77,6 +77,11 @@ case $# in
 		machine_file=hp9k300
 		cmpint_file=cmpint-mc68k.h
 		;;
+	hp9k400 | bobcat)		# HP9000 series 400
+		system_file=hpux
+		machine_file=hp9k400
+		cmpint_file=cmpint-mc68k.h
+		;;
 	hp9k800 | spectrum | hppa)	# HP9000 series 800
 		system_file=hpux
 		machine_file=hp9k800
@@ -199,7 +204,7 @@ case $# in
 *)
 	echo "Usage: $progname machine"
 	echo "Where \`machine' is one of:"
-	echo "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix hp9k300 hp9k800"
+	echo "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix hp9k300 hp9k400 hp9k800"
 	echo "sun3 sun3-nfp sun4 umax next i386-sysv"
 	if [ -r config.status ]
 	then
-- 
2.25.1