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