Added libdb

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

View file

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

View file

@ -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