1SYSDIR?=${SRCTOP}/sys 2.include "${SYSDIR}/conf/kern.opts.mk" 3 4SUBDIR= geom_cache \ 5 geom_concat \ 6 geom_eli \ 7 geom_flashmap \ 8 geom_gate \ 9 geom_journal \ 10 geom_label \ 11 geom_linux_lvm \ 12 geom_mirror \ 13 geom_mountver \ 14 geom_multipath \ 15 geom_nop \ 16 geom_part \ 17 geom_raid \ 18 geom_raid3 \ 19 geom_shsec \ 20 geom_stripe \ 21 geom_union \ 22 geom_uzip \ 23 geom_vinum \ 24 geom_virstor \ 25 geom_zero 26 27.if ${MK_CCD} != "no" || defined(ALL_MODULES) 28SUBDIR+= geom_ccd 29.endif 30 31.include <bsd.subdir.mk> 32