diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 76e28d36d..cf65b3630 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2003/10/11 11:49:49 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2004/02/17 08:23:20 dtucker Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -21,6 +21,7 @@ LTESTS= connect \ | |||
21 | broken-pipe \ | 21 | broken-pipe \ |
22 | try-ciphers \ | 22 | try-ciphers \ |
23 | yes-head \ | 23 | yes-head \ |
24 | login-timeout \ | ||
24 | agent \ | 25 | agent \ |
25 | agent-getpeereid \ | 26 | agent-getpeereid \ |
26 | agent-timeout \ | 27 | agent-timeout \ |