blob: 4e56e1104562f128fa4cfd3b8e4c2e9afa1ddb44 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $
REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
SUBDIR+=authopt misc
.include <bsd.subdir.mk>
|