summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-08-02 20:12:30 +0000
committerru <ru@FreeBSD.org>2005-08-02 20:12:30 +0000
commit4cb266fe14aba7298f55209ff1da439dcdf6fba3 (patch)
tree8e2134fc070f2bc1d48bde0d48d7809f3d38468b /sbin
parent634b7055666194d012564082c35676f6c5998a64 (diff)
downloadFreeBSD-src-4cb266fe14aba7298f55209ff1da439dcdf6fba3.zip
FreeBSD-src-4cb266fe14aba7298f55209ff1da439dcdf6fba3.tar.gz
Add missing check for the NO_CRYPT build option.
Reported by: Alexander Polakov
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile
index fb484ec..0828f70 100644
--- a/sbin/geom/class/Makefile
+++ b/sbin/geom/class/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
SUBDIR= concat
+.if !defined(NO_CRYPT)
SUBDIR+=eli
+.endif
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
OpenPOWER on IntegriCloud