xref: /freebsd/crypto/openssh/regress/unittests/Makefile (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
1#	$OpenBSD: Makefile,v 1.9 2017/03/14 01:20:29 dtucker Exp $
2
3REGRESS_FAIL_EARLY?=	yes
4SUBDIR=	test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
5
6.include <bsd.subdir.mk>
7