From 0dbe470709d5070d54bf8516c5d479690b937dae Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Fri, 18 Aug 2000 19:33:24 +0000
Subject: [PATCH] Add imail.

---
 etc/build-tree.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/build-tree.sh b/etc/build-tree.sh
index d4b35159e..b565fb674 100755
--- a/etc/build-tree.sh
+++ b/etc/build-tree.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: build-tree.sh,v 1.4 2000/08/18 19:32:02 cph Exp $
+# $Id: build-tree.sh,v 1.5 2000/08/18 19:33:24 cph Exp $
 #
 # Program to finish setting up the Scheme source tree after it is
 # checked out.  Adds required links, builds TAGS files, etc.
@@ -10,7 +10,7 @@ then
   echo "This must be run from the top-level Scheme source directory."
   exit 1
 fi
-for directory in 6001 cref edwin rcs runtime sf sos win32
+for directory in 6001 cref edwin imail rcs runtime sf sos win32
 do
   (cd $directory; ln -s ../Makefile.std Makefile)
 done
-- 
2.25.1