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

29 lines
370 B
Makefile

# $FreeBSD$
SUBDIR= geom_apple \
geom_bde \
geom_bsd \
geom_cache \
geom_ccd \
geom_concat \
geom_eli \
geom_fox \
geom_gate \
geom_gpt \
geom_journal \
geom_label \
geom_mbr \
geom_mirror \
geom_nop \
geom_pc98 \
geom_raid3 \
geom_shsec \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
geom_vol_ffs \
geom_zero
.include <bsd.subdir.mk>