Centralized external definitions into include files and corrected
the file to conform to Linux coding practices. fixed word wrap
problems with patches. adding this Makefile
Signed-off-by: Jeffrey Vernon Merkey ([email protected])
--- a/debug/Makefile 1969-12-31 17:00:00.000000000 -0700
+++ b/debug/Makefile 2008-08-04 15:49:51.000000000 -0600
@@ -0,0 +1,4 @@
+#
+obj-y :=mdb.o mdb-base.o mdb-list.o mdb-logic.o mdb-os.o mdb-ia32.o mdb-ia32-support.o
+
+