summaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-regress-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-26 18:13:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-26 18:13:52 +0000
commit67cde0f8e7510ac2a684a418b1ff46fd779532f9 (patch)
treef9b3ebfc159c1e8d48f0f8ae91cab99a86d87dd3 /security/hpn-ssh/files/patch-regress-Makefile
parentAdd wv2, a library providing routines to access Microsoft Word/Excel files. (diff)
- update to 3.7.1p2
more regressions tests successfull
Notes
Notes: svn path=/head/; revision=89470
Diffstat (limited to 'security/hpn-ssh/files/patch-regress-Makefile')
-rw-r--r--security/hpn-ssh/files/patch-regress-Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/hpn-ssh/files/patch-regress-Makefile b/security/hpn-ssh/files/patch-regress-Makefile
deleted file mode 100644
index 1c22e2d7446e..000000000000
--- a/security/hpn-ssh/files/patch-regress-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- regress/Makefile.orig Wed Jan 22 07:53:17 2003
-+++ regress/Makefile Tue Apr 1 05:28:43 2003
-@@ -1,6 +1,6 @@
- # $OpenBSD: Makefile,v 1.20 2003/01/08 23:54:22 djm Exp $
-
--REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
-+REGRESSTARGETS= t1 t2 t3 t4 t5 t6 t7
-
- CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2
-
-@@ -71,7 +71,7 @@
- ssh-keygen -Bf t7.out > /dev/null
-
- .for t in ${LTESTS}
--REGRESS_TARGETS+=t-${t}
-+REGRESSTARGETS+=t-${t}
- t-${t}:
- sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh
- .endfor