From: ceriel Date: Mon, 30 Sep 1991 09:24:11 +0000 (+0000) Subject: Added debugger support library X-Git-Tag: release-5-5~802 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b3780be39c97713b2c4b2c7db20454c3cfb5bb61;p=ack.git Added debugger support library --- diff --git a/mach/sparc/.distr b/mach/sparc/.distr index decd64385..b317d57f2 100644 --- a/mach/sparc/.distr +++ b/mach/sparc/.distr @@ -5,3 +5,4 @@ ce_cg libem libsys libend +libdb diff --git a/mach/sparc/Action b/mach/sparc/Action index a88c18d35..340b25d1d 100644 --- a/mach/sparc/Action +++ b/mach/sparc/Action @@ -22,3 +22,7 @@ name "Sparc system call library" system "sparc" dir libsys end +name "Sparc debugger support library" +system "sparc" +dir libdb +end