summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>