freebsd-dev/sbin/geom/class/Makefile
Ruslan Ermilov a5de1230a9 Add missing check for the NO_CRYPT build option.
Reported by:	Alexander Polakov
2005-08-02 20:12:30 +00:00

15 lines
180 B
Makefile

# $FreeBSD$
SUBDIR= concat
.if !defined(NO_CRYPT)
SUBDIR+=eli
.endif
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
SUBDIR+=raid3
SUBDIR+=shsec
SUBDIR+=stripe
.include <bsd.subdir.mk>