From fbf96e52bbd90bbbb9c9e2ae6fbc101fa6ebd080 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Tue, 13 Jul 2004 09:37:49 +0000 Subject: [PATCH] Replace DDB with KDB. --- sys/modules/dcons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/dcons/Makefile b/sys/modules/dcons/Makefile index e063f6108a6..7869ee8594e 100644 --- a/sys/modules/dcons/Makefile +++ b/sys/modules/dcons/Makefile @@ -8,7 +8,7 @@ SRCS = dcons.c dcons.h \ opt_dcons.h opt_ddb.h opt_comconsole.h opt_ddb.h: - echo "#define DDB 1" > $@ + echo "#define KDB 1" > $@ opt_comconsole.h: echo "#define ALT_BREAK_TO_DEBUGGER 1" > $@