libtelnet depends on OpenSSL.

PR:	50507
This commit is contained in:
Ruslan Ermilov 2003-04-01 12:50:40 +00:00
parent af6ca7f4a9
commit 6c4e523908
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112942

View File

@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)