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