summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-05 03:31:42 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-05 03:31:42 +0000
commit5c58b7d115034933491f89d45ea3de8a7765983f (patch)
treef69376f1a72eee4318c17525d81674b3831f7b59 /regress/lib
parentf6baab1f8b682efc9adbef8e9bc71e5d2d72d55d (diff)
Build dbtest before running the actual test.
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libc/db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile
index d42dc963159..9d2dc61d66b 100644
--- a/regress/lib/libc/db/Makefile
+++ b/regress/lib/libc/db/Makefile
@@ -11,7 +11,7 @@ CLEANFILES+= t1 t2 t3
install:
-regress:
+regress: ${PROG}
sh ${.CURDIR}/run.test
.include <bsd.prog.mk>