Add NO_OPENSSL knob to turn off building of openssl
Requested by: wollman
This commit is contained in:
parent
52220d80c5
commit
4a0df206ce
@ -1,8 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libcipher libcrypto libdes librsaglue libssl
|
||||
SUBDIR= libcipher libdes
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=libtelnet
|
||||
.endif
|
||||
.if !defined(NO_OPENSSL)
|
||||
SUBDIR+=libcrypto librsaglue libssl
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user