ack/mach/6809/pmfile
2006-07-20 23:24:28 +00:00

17 lines
264 B
Plaintext

-- $Source$
-- $State$
mach_6809 = group {
ARCH = "6809",
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.
--