summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--regress/unittests/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index 98121b74..d3d90823 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $
+# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $
REGRESS_FAIL_EARLY= yes
-
-SUBDIR= test_helper sshbuf sshkey bitmap kex
+SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys
.include <bsd.subdir.mk>