Added libdb

This commit is contained in:
ceriel 1991-09-16 11:49:03 +00:00
parent e3921f4076
commit ea17f405ed
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ libend
libsys libsys
ncg ncg
libfp libfp
libdb
top top
ce ce
mach_params mach_params

View File

@ -20,6 +20,9 @@ end
name "M68020 floating point library" name "M68020 floating point library"
dir libfp dir libfp
end end
name "M68020 debugger support library"
dir libdb
end
name "M68020 system call library" name "M68020 system call library"
dir libsys dir libsys
end end