First version in CVS.

This commit is contained in:
dtrg
2006-07-20 23:24:28 +00:00
parent bb2b8fae64
commit 4593af6c11
55 changed files with 2558 additions and 0 deletions

16
mach/6800/pmfile Normal file
View File

@@ -0,0 +1,16 @@
-- $Source$
-- $State$
mach_6800 = group {
ARCH = "6800",
proto_as,
install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
}
-- Revision history
-- $Log$
-- Revision 1.1 2006-07-20 23:18:19 dtrg
-- First version in CVS.
--