xref: /freebsd/crypto/openssh/regress/unittests/Makefile (revision 6132212808e8dccedc9e5d85fea4390c2f38059a)
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