mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since it
attempts to link against libcrypto.
This commit is contained in:
parent
678f9e335e
commit
abe829c0e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63824
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
|
||||
SUBDIR= telnetd
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user