blob: 36b233c189de29988e8b9084528816c6bf0bf14c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.6 2019/02/21 23:06:33 bluhm Exp $
SUBDIR = libressl openssl openssl11
# the above binaries must have been built before we can continue
SUBDIR += netcat
SUBDIR += session
SUBDIR += cipher
SUBDIR += cert
.include <bsd.subdir.mk>
|