mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 10:00:14 +00:00
68e8294f6b
OpenBSD-Regress-ID: 706ef17e2b545b64873626e0e35553da7c06052a
8 lines
214 B
Makefile
8 lines
214 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $
|
|
|
|
REGRESS_FAIL_EARLY?= yes
|
|
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
|
|
SUBDIR+=authopt misc sshsig
|
|
|
|
.include <bsd.subdir.mk>
|