From 4392e004f80e28c042d5d05242b616bd5113ac03 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sat, 3 Jul 2010 10:25:19 +0000 Subject: [PATCH] bring back mdb (Bug#501, reported by Roman Ignatov) --- commands/mdb/Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.44.0