From e54a3afdfdf9a0ad3ab90de3b12ac122ee33a20f Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Sep 1991 11:57:55 +0000 Subject: [PATCH] install system call library --- mach/em22/Action | 3 +++ mach/em24/Action | 3 +++ mach/em44/Action | 3 +++ 3 files changed, 9 insertions(+) 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 -- 2.34.1