summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
blob: 56b98e59e3a851fbfd60a4b07baa7efb7217f7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

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

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