xref: /freebsd/crypto/openssh/regress/unittests/Makefile (revision 1fa4ddcc6de6a0c46416f719a5b7efa1169f51ce)
1#	$OpenBSD: Makefile,v 1.13 2023/09/24 08:14:13 claudio Exp $
2
3SUBDIR=	test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
4SUBDIR+=authopt misc sshsig
5
6.include <bsd.subdir.mk>
7