diff options
Diffstat (limited to 'sys/arch/sun3/include/db_machdep.h')
-rw-r--r-- | sys/arch/sun3/include/db_machdep.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/sun3/include/db_machdep.h b/sys/arch/sun3/include/db_machdep.h new file mode 100644 index 00000000000..543f101428a --- /dev/null +++ b/sys/arch/sun3/include/db_machdep.h @@ -0,0 +1,7 @@ +/* $NetBSD: db_machdep.h,v 1.7 1995/02/07 04:34:45 gwr Exp $ */ + +#include <m68k/db_machdep.h> + +/* This enables some code in db_command.c */ +#define DB_MACHINE_COMMANDS + |