geli tests require OpenSSL - exclude them under WITHOUT_OPENSSL
PR: 245931 Submitted by: The FreeBSD Foundation
This commit is contained in:
parent
2d76f4aad4
commit
de1ca57386
@ -1,11 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= tests
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sys/geom/class
|
||||
|
||||
TESTS_SUBDIRS+= concat
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
TESTS_SUBDIRS+= eli
|
||||
.endif
|
||||
TESTS_SUBDIRS+= gate
|
||||
TESTS_SUBDIRS+= mirror
|
||||
TESTS_SUBDIRS+= multipath
|
||||
|
Loading…
Reference in New Issue
Block a user