diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index fb484ec3d0f3..0828f708d438 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,12 +1,14 @@ # $FreeBSD$ SUBDIR= concat +.if !defined(NO_CRYPT) SUBDIR+=eli +.endif SUBDIR+=label SUBDIR+=mirror SUBDIR+=nop SUBDIR+=raid3 SUBDIR+=shsec SUBDIR+=stripe .include