20 lines
338 B
Plaintext
20 lines
338 B
Plaintext
-- $Source$
|
|
-- $State$
|
|
|
|
local d = ROOTDIR.."mach/m68020/"
|
|
|
|
mach_m68020 = group {
|
|
ARCH = "m68020",
|
|
|
|
proto_as,
|
|
proto_ncg { ARCHDIR = "m68020" },
|
|
|
|
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.
|
|
--
|