diff options
author | ru <ru@FreeBSD.org> | 2005-08-02 20:12:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-08-02 20:12:30 +0000 |
commit | 4cb266fe14aba7298f55209ff1da439dcdf6fba3 (patch) | |
tree | 8e2134fc070f2bc1d48bde0d48d7809f3d38468b /sbin | |
parent | 634b7055666194d012564082c35676f6c5998a64 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |