From 0417492a9cd47355e6322690a822134d099084b8 Mon Sep 17 00:00:00 2001 From: avsm <> Date: Mon, 2 Sep 2002 20:01:43 +0000 Subject: Rename a bunch of the old bsd.regress.mk variables into the new ones. ok art@ --- src/regress/lib/libc/db/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/regress/lib/libc/db') diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile index effbad43d2..7d2882594d 100644 --- a/src/regress/lib/libc/db/Makefile +++ b/src/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2002/08/21 22:49:41 wcobb Exp $ +# $OpenBSD: Makefile,v 1.10 2002/09/02 20:01:43 avsm Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -13,10 +13,10 @@ DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20 .for DT in ${DBTARGETS} db-${DT}: ${PROG} sh ${.CURDIR}/run.test ${DT} -REGRESSTARGETS+=db-${DT} +REGRESS_TARGETS+=db-${DT} .PHONY: db-${DT} .endfor -REGRESSSLOWTARGETS+=db-3 db-12 db-20 +REGRESS_SLOW_TARGETS+=db-3 db-12 db-20 .include -- cgit v1.2.3-55-g6feb