blob: cf06d8c02269287778a8653fe7629e761d6266b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.11 2020/09/14 00:51:04 bluhm Exp $
SUBDIR = libressl openssl openssl11
# the above binaries must have been built before we can continue
SUBDIR += cert
SUBDIR += cipher
SUBDIR += version
SUBDIR += netcat
SUBDIR += session
.include <bsd.subdir.mk>
|