mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
563df95270
Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
15 lines
264 B
Makefile
15 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto libssl
|
|
.endif
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=libssh
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|