aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.pc981
-rw-r--r--sys/pc98/include/stack.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 70f99a241146..0ebe2ad8876e 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -184,6 +184,7 @@ i386/i386/nexus.c standard
i386/i386/perfmon.c optional perfmon
i386/i386/pmap.c standard
i386/i386/ptrace_machdep.c standard
+i386/i386/stack_machdep.c optional ddb | stack
i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
diff --git a/sys/pc98/include/stack.h b/sys/pc98/include/stack.h
new file mode 100644
index 000000000000..2f854615f31c
--- /dev/null
+++ b/sys/pc98/include/stack.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/stack.h>