diff options
Diffstat (limited to 'sbin/geom')
-rw-r--r-- | sbin/geom/class/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index e172bbf..6ebdc66 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ +.include <bsd.own.mk> + SUBDIR= concat -.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) +.if ${MK_OPENSSL} != "no" SUBDIR+=eli .endif SUBDIR+=label |