First version in CVS.

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

16
mach/6805/pmfile Normal file
View File

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