summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-02 20:01:45 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-02 20:01:45 +0000
commit67e23c2a32d302f8084ffe32c86c5e5c7c9289c8 (patch)
tree93e9547fcecf5d6296eb91fac5023873ade06108 /regress/usr.bin/ssh
parent68ae2c15493086d67568a2ca26033cb97cab2d57 (diff)
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r--regress/usr.bin/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile
index 42ccf107b6a..2e18067276d 100644
--- a/regress/usr.bin/ssh/Makefile
+++ b/regress/usr.bin/ssh/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.16 2002/07/16 09:14:06 markus Exp $
+# $OpenBSD: Makefile,v 1.17 2002/09/02 20:01:44 avsm Exp $
-REGRESSTARGETS= t1 t2 t3 t4 t5 t6 t7
+REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2
@@ -67,7 +67,7 @@ t7: t7.out
ssh-keygen -Bf t7.out > /dev/null
.for t in ${LTESTS}
-REGRESSTARGETS+=t-${t}
+REGRESS_TARGETS+=t-${t}
t-${t}:
sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh
.endfor