mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
bce0c9275c
we won't be here.
15 lines
239 B
Makefile
15 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher
|
|
.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto libssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|