freebsd-dev/sbin/geom/class/Makefile
Pawel Jakub Dawidek f348204c94 Hook up gjournal bits to the build.
Sponsored by:	home.pl
2006-10-31 22:22:30 +00:00

19 lines
236 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= cache
SUBDIR+=concat
.if ${MK_OPENSSL} != "no"
SUBDIR+=eli
.endif
SUBDIR+=journal
SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
SUBDIR+=raid3
SUBDIR+=shsec
SUBDIR+=stripe
.include <bsd.subdir.mk>