xref: /openbsd/regress/lib/libtls/Makefile (revision 771fbea0)
1#	$OpenBSD: Makefile,v 1.6 2018/11/09 19:24:50 tb Exp $
2
3SUBDIR += config
4SUBDIR += keypair
5SUBDIR += gotls
6SUBDIR += tls
7SUBDIR += verify
8
9install:
10
11.include <bsd.subdir.mk>
12