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:
Marius Strobl 2005-08-27 20:51:12 +00:00
parent f564b2d253
commit 52a7b796a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149534

View File

@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= concat
.if !defined(NO_CRYPT)
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
SUBDIR+=eli
.endif
SUBDIR+=label