Add mh-sco

This commit is contained in:
John Gilmore
1991-11-21 05:35:10 +00:00
parent a942eeab90
commit 77e4df427c

View File

@ -1,7 +1,3 @@
# Sanitize.in for devo.
# $Id$
#
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
@ -17,8 +13,6 @@
Do-first:
echo Sanitizing `pwd`...
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@ -29,6 +23,7 @@ Things-to-keep:
mh-delta88
mh-dgux
mh-sco
mh-svr4
mh-sysv
mt-a29k
@ -38,34 +33,4 @@ Do-last:
echo Done in `pwd`.
#
#
# $Log$
# Revision 1.6 1991/11/05 21:16:30 sac
# Added mh-rs6000
#
# Revision 1.5 1991/11/05 20:58:27 sac
# renamed to make:
# mh-delta88
# mh-dgux
# mh-svr4
# mh-sysv
# mt-a29k
# mt-ebmon29k
#
# Revision 1.4 1991/10/04 06:49:00 gnu
# SVR4 support
#
# Revision 1.3 1991/09/17 06:53:29 grossman
# sgi/irix config stuff.
#
# Revision 1.2 1991/06/14 22:21:28 steve
# *** empty log message ***
#
# Revision 1.1 1991/05/23 17:05:04 rich
# Initial revision
#
#
#
# End of file.