Makefile (86c06ff8864bc0e2233980c741b689714000850d) | Makefile (c7996ddf8000cfb19a9e91a636f56747860d03d7) |
---|---|
1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR= geom_bde \ 7 geom_cache \ 8 geom_concat \ --- 7 unchanged lines hidden (view full) --- 16 geom_mountver \ 17 geom_multipath \ 18 geom_nop \ 19 geom_part \ 20 geom_raid \ 21 geom_raid3 \ 22 geom_shsec \ 23 geom_stripe \ | 1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR= geom_bde \ 7 geom_cache \ 8 geom_concat \ --- 7 unchanged lines hidden (view full) --- 16 geom_mountver \ 17 geom_multipath \ 18 geom_nop \ 19 geom_part \ 20 geom_raid \ 21 geom_raid3 \ 22 geom_shsec \ 23 geom_stripe \ |
24 geom_union \ |
|
24 geom_uzip \ 25 geom_vinum \ 26 geom_virstor \ 27 geom_zero 28 29.if ${MK_CCD} != "no" || defined(ALL_MODULES) 30SUBDIR+= geom_ccd 31.endif 32 33.include <bsd.subdir.mk> | 25 geom_uzip \ 26 geom_vinum \ 27 geom_virstor \ 28 geom_zero 29 30.if ${MK_CCD} != "no" || defined(ALL_MODULES) 31SUBDIR+= geom_ccd 32.endif 33 34.include <bsd.subdir.mk> |