summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorangelos <>2001-01-05 03:31:41 +0000
committerangelos <>2001-01-05 03:31:41 +0000
commit7578bdfc4fc8bb6e9c520d2eb7857855ec60adb5 (patch)
tree20295ee1633dde8d8788ad566b56c3de91db9721 /src/regress/lib
parent0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 (diff)
downloadopenbsd-7578bdfc4fc8bb6e9c520d2eb7857855ec60adb5.tar.gz
openbsd-7578bdfc4fc8bb6e9c520d2eb7857855ec60adb5.tar.bz2
openbsd-7578bdfc4fc8bb6e9c520d2eb7857855ec60adb5.zip
Build dbtest before running the actual test.
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile
index d42dc96315..9d2dc61d66 100644
--- a/src/regress/lib/libc/db/Makefile
+++ b/src/regress/lib/libc/db/Makefile
@@ -11,7 +11,7 @@ CLEANFILES+= t1 t2 t3
11 11
12install: 12install:
13 13
14regress: 14regress: ${PROG}
15 sh ${.CURDIR}/run.test 15 sh ${.CURDIR}/run.test
16 16
17.include <bsd.prog.mk> 17.include <bsd.prog.mk>