From: David van Moolenbroek Date: Sat, 3 Jul 2010 10:25:19 +0000 (+0000) Subject: bring back mdb (Bug#501, reported by Roman Ignatov) X-Git-Tag: v3.1.8~292 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=4392e004f80e28c042d5d05242b616bd5113ac03;p=minix.git bring back mdb (Bug#501, reported by Roman Ignatov) --- diff --git a/commands/mdb/Makefile b/commands/mdb/Makefile index dd520620c..99c60bc98 100644 --- a/commands/mdb/Makefile +++ b/commands/mdb/Makefile @@ -22,6 +22,7 @@ EXTRA_DEFS= ${DEF_GNU} ${DEF_SYSCALLS} ${DEF_DEBUG} CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers \ ${EXTRA_DEFS} +PROG= mdb SRCS= mdb.c mdbexp.c kernel.o sym.c trace.c core.c misc.c io.c SRCS+= mdbdis86.c SRCS+= ${EXTRA_SRCS}