Add NO_OPENSSL knob to turn off building of openssl
Requested by: wollman
This commit is contained in:
parent
c6680962bf
commit
8c52579a78
@ -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…
x
Reference in New Issue
Block a user