MFC: 1.10
As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined either. Approved by: re (scottl)
This commit is contained in:
parent
4f84dc1091
commit
965ad6c04f
@ -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