summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
blob: 049fd398f31c9166b75dc8d4e46d75f1e8c5acf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

SUBDIR= 
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud