From: ceriel Date: Thu, 12 Sep 1991 11:57:55 +0000 (+0000) Subject: install system call library X-Git-Tag: release-5-5~907 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e54a3afdfdf9a0ad3ab90de3b12ac122ee33a20f;p=ack.git install system call library --- diff --git a/mach/em22/Action b/mach/em22/Action index 294446e64..94bfb9f11 100644 --- a/mach/em22/Action +++ b/mach/em22/Action @@ -1,3 +1,6 @@ name "em22 etext,edata,end library" dir libend end +name "em22 system call library" +dir libsys +end diff --git a/mach/em24/Action b/mach/em24/Action index 7206bb317..05bf8e7d9 100644 --- a/mach/em24/Action +++ b/mach/em24/Action @@ -1,3 +1,6 @@ name "em24 etext,edata,end library" dir libend end +name "em24 system call library" +dir libsys +end diff --git a/mach/em44/Action b/mach/em44/Action index e5d532f68..e1aafe48a 100644 --- a/mach/em44/Action +++ b/mach/em44/Action @@ -1,3 +1,6 @@ name "4-4 Interpreter etext,edata,end library" dir libend end +name "4-4 Interpreter system call library" +dir libsys +end