diff options
author | angelos <> | 2001-01-05 03:31:41 +0000 |
---|---|---|
committer | angelos <> | 2001-01-05 03:31:41 +0000 |
commit | 7578bdfc4fc8bb6e9c520d2eb7857855ec60adb5 (patch) | |
tree | 20295ee1633dde8d8788ad566b56c3de91db9721 /src/regress/lib | |
parent | 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 (diff) | |
download | openbsd-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/Makefile | 2 |
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 | ||
12 | install: | 12 | install: |
13 | 13 | ||
14 | regress: | 14 | regress: ${PROG} |
15 | sh ${.CURDIR}/run.test | 15 | sh ${.CURDIR}/run.test |
16 | 16 | ||
17 | .include <bsd.prog.mk> | 17 | .include <bsd.prog.mk> |