From ea17f405ed3214c8fe2f2ea72fc0c7df27399f38 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 16 Sep 1991 11:49:03 +0000 Subject: [PATCH] Added libdb --- mach/m68020/.distr | 1 + mach/m68020/Action | 3 +++ 2 files changed, 4 insertions(+) diff --git a/mach/m68020/.distr b/mach/m68020/.distr index 7b4f2886..096a7b2f 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 d4d165c6..480364cf 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