From 39614a3db4111336271955100a6d1c079ad6b9c2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 18 Feb 1993 01:50:41 +0000 Subject: [PATCH] Add 386bsd. --- v7/src/microcode/unxutl/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index ff7312d4d..29ea12ae0 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.17 1992/07/30 14:53:31 jinx Exp $ +# $Id: config,v 1.18 1993/02/18 01:50:41 gjr Exp $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -100,6 +100,11 @@ case $# in machine_file=i386 cmpint_file=cmpint-i386.h ;; + 386bsd) + system_file=386bsd + machine_file=i386 + cmpint_file=cmpint-i386.h + ;; sun3) system_file=sunos4 machine_file=sun3 -- 2.25.1