Added libdb

This commit is contained in:
ceriel 1991-11-08 15:45:47 +00:00
parent 7d0a89d420
commit d8190353cc
2 changed files with 4 additions and 0 deletions

View file

@ -6,5 +6,6 @@ libend
libem libem
libfp libfp
libsys libsys
libdb
ncg ncg
mach_params mach_params

View file

@ -20,6 +20,9 @@ end
name "Intel 80836 floating point library" name "Intel 80836 floating point library"
dir libfp dir libfp
end end
name "Intel 80836 debugger support library"
dir libdb
end
name "Intel 80836 Xenix systemcall library" name "Intel 80836 Xenix systemcall library"
dir libsys dir libsys
end end