1#	$OpenBSD: Makefile,v 1.10 2018/03/03 03:16:17 djm Exp $
2
3REGRESS_FAIL_EARLY?=	yes
4SUBDIR=	test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
5SUBDIR+=authopt
6
7.include <bsd.subdir.mk>
8