blob: 3ac0897f0654baf8f57263b8a4fc3bf5318752ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.9 2020/01/25 16:10:32 jsing Exp $
SUBDIR = libressl openssl openssl11
# the above binaries must have been built before we can continue
#SUBDIR += cert
#SUBDIR += cipher
SUBDIR += netcat
SUBDIR += session
.include <bsd.subdir.mk>
|