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

19
mach/ns/pmfile Normal file
View File

@@ -0,0 +1,19 @@
-- $Source$
-- $State$
local d = ROOTDIR.."mach/ns/"
mach_ns = group {
ARCH = "ns",
proto_as,
proto_ncg { ARCHDIR = "ns" },
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.
--