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