diff options
Diffstat (limited to 'sbin/geom/class/Makefile')
-rw-r--r-- | sbin/geom/class/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 0828f70..e172bbf 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= concat -.if !defined(NO_CRYPT) +.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) SUBDIR+=eli .endif SUBDIR+=label |