diff options
-rw-r--r-- | src/regress/lib/libc/db/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile index 367fc90ce8..15e280a4ef 100644 --- a/src/regress/lib/libc/db/Makefile +++ b/src/regress/lib/libc/db/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2002/01/03 00:22:47 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2002/01/03 01:19:17 art 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 | ||
4 | PROG= dbtest | 4 | PROG= dbtest |
@@ -17,4 +17,6 @@ REGRESSTARGETS+=db-${DT} | |||
17 | .PHONY: db-${DT} | 17 | .PHONY: db-${DT} |
18 | .endfor | 18 | .endfor |
19 | 19 | ||
20 | REGRESSSLOWTARGETS+=db-3 db-12 db-20 | ||
21 | |||
20 | .include <bsd.regress.mk> | 22 | .include <bsd.regress.mk> |