From 92e21a31778258cb1b4bdae3f85167bc5bc1850d Mon Sep 17 00:00:00 2001 From: simokawa Date: Tue, 13 Jul 2004 09:37:49 +0000 Subject: 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 e063f61..7869ee8 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" > $@ -- cgit v1.1