blob: dcde044d9771dc0433f583195de2acd021414893 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.5 2018/11/11 00:15:04 bluhm Exp $
SUBDIR = libressl openssl openssl11
# the above binaries must have been built before we can continue
SUBDIR += netcat
SUBDIR += session
SUBDIR += cert
.include <bsd.subdir.mk>
|