As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined
either. MFC after: 1 week
This commit is contained in:
parent
f564b2d253
commit
52a7b796a4
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= concat
|
||||
.if !defined(NO_CRYPT)
|
||||
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
|
||||
SUBDIR+=eli
|
||||
.endif
|
||||
SUBDIR+=label
|
||||
|
Loading…
Reference in New Issue
Block a user