mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Add NO_OPENSSL knob to turn off building of openssl
Requested by: wollman
This commit is contained in:
parent
c6680962bf
commit
8c52579a78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56899
@ -1,8 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= bdes openssl
|
||||
SUBDIR= bdes
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=telnet
|
||||
.endif
|
||||
.if !defined(NO_OPENSSL)
|
||||
SUBDIR+=openssl
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user