summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2024-11-19 05:51:08 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2024-11-19 05:51:08 +0000
commitf9bc0956e07ef31833451d6fe41b525e5f5a8570 (patch)
tree6de578eebe2e48709d96f3017b6a0d8bd6860a74
parent635400b2c122ce6ba3b2c61e026fb6c592684804 (diff)
hook up ddb regress
-rw-r--r--regress/sys/arch/amd64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/arch/amd64/Makefile b/regress/sys/arch/amd64/Makefile
index c85f9beb2e4..80ab0029037 100644
--- a/regress/sys/arch/amd64/Makefile
+++ b/regress/sys/arch/amd64/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2022/04/21 19:21:04 bluhm Exp $
+# $OpenBSD: Makefile,v 1.3 2024/11/19 05:51:07 anton Exp $
.if ${MACHINE_ARCH} == "amd64"
-SUBDIR =
+SUBDIR += ddb
SUBDIR += dump_tables
SUBDIR += fpu
SUBDIR += vmm