freebsd-dev/crypto/openssh/regress/unittests/Makefile

8 lines
202 B
Makefile
Raw Normal View History

2018-05-06 12:27:04 +00:00
# $OpenBSD: Makefile,v 1.10 2018/03/03 03:16:17 djm Exp $
2017-08-03 10:10:20 +00:00
REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
2018-05-06 12:27:04 +00:00
SUBDIR+=authopt
2015-01-05 16:09:55 +00:00
.include <bsd.subdir.mk>