From: ceriel Date: Mon, 16 Sep 1991 11:49:03 +0000 (+0000) Subject: Added libdb X-Git-Tag: release-5-5~878 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=03da2719ec4015ef0db85f34540b6c0388cd79f3;p=ack.git Added libdb --- diff --git a/mach/m68020/.distr b/mach/m68020/.distr index 7b4f28861..096a7b2f4 100644 --- a/mach/m68020/.distr +++ b/mach/m68020/.distr @@ -6,6 +6,7 @@ libend libsys ncg libfp +libdb top ce mach_params diff --git a/mach/m68020/Action b/mach/m68020/Action index d4d165c66..480364cf0 100644 --- a/mach/m68020/Action +++ b/mach/m68020/Action @@ -20,6 +20,9 @@ end name "M68020 floating point library" dir libfp end +name "M68020 debugger support library" +dir libdb +end name "M68020 system call library" dir libsys end