blob: e464b085adc84a25dd15b5854bbeeefb403c5ddf (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.10 2018/03/03 03:16:17 djm Exp $
REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
SUBDIR+=authopt
.include <bsd.subdir.mk>
|