summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/db/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile
index 7d2882594d..a7ba659707 100644
--- a/src/regress/lib/libc/db/Makefile
+++ b/src/regress/lib/libc/db/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.10 2002/09/02 20:01:43 avsm Exp $ 1# $OpenBSD: Makefile,v 1.11 2021/09/27 18:47:46 bluhm Exp $
2# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ 2# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $
3 3
4PROG= dbtest 4PROG= dbtest
@@ -17,6 +17,4 @@ REGRESS_TARGETS+=db-${DT}
17.PHONY: db-${DT} 17.PHONY: db-${DT}
18.endfor 18.endfor
19 19
20REGRESS_SLOW_TARGETS+=db-3 db-12 db-20
21
22.include <bsd.regress.mk> 20.include <bsd.regress.mk>