MFC: sbin/geom/class/Makefile 1.9

Don't try to compile geli(8) when NO_CRYPT knob if defined.

Reported by:		Alexander Polakov
Committed to HEAD by:	ru
Approved by:		re (kensmith (implicit))
This commit is contained in:
pjd 2005-08-05 20:24:37 +00:00
parent c61006bf9d
commit 57239477c4

View File

@ -1,7 +1,9 @@
# $FreeBSD$
SUBDIR= concat
.if !defined(NO_CRYPT)
SUBDIR+=eli
.endif
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop